Enjoy FlyCI Wingman FOR FREE!

Read more
See all blog posts

announcement

FlyCI Wingman Goes Free for Public Repositories - Forever!

FlyCI Wingman goes free forever for public repositories and free for private ones while in beta

VRVeselina Radeva
FlyCI Wingman Goes Free for Public Repositories - Forever!

We are happy to share that FlyCI Wingman is now free forever for public repositories! As developers, we understand the power of open-source and the value of giving back to the community. We've been there — creating, contributing, and collaborating — and now it's our turn to empower developers by making FlyCI Wingman available to all public repositories at no cost, forever.

But that's not all. We're enabling FlyCI Wingman absolutely free for private repositories during our beta phase!

Why Are We Doing This?

At FlyCI, we believe in more than just building tools; we believe in building communities. The open-source community has always been a place where innovation thrives, ideas are freely shared, and anyone can contribute. We want to make it easier for developers to focus on what they love — writing code and shipping great products — without worrying about their failing builds.

By making FlyCI Wingman free for public repositories, we aim to support and nurture the vibrant open-source community.

What Does Free Usage Mean?

  • Free Forever for Public Repositories: Whether you're an individual developer, a contributor to a widely used library, or a team managing an open-source project, you can now use FlyCI Wingman without any cost. Push your code with confidence, and let us take care of the rest. No credit card required.

  • Free While in Beta for Private Repositories: We want everyone to experience the full power of FlyCI Wingman, so during our beta period, private repositories could also integrate FlyCI Wingman for free! This means you can take advantage of FlyCI Wingman fixing your failing builds while you focus on building the next great feature in your product.

How to Get Started

  • Install the FlyCI app via GitHub and allow usage in your repository.
  • Ensure your code changes are wrapped in as a pull request and a GitHub Actions workflow is triggered about it.
  • Edit the GitHub Actions workflow file to add the FlyCI Wingman action as the last step in your workflow:
jobs:
  build:
    permissions:
      id-token: write
      contents: read
    runs-on: ubuntu-latest
    steps:
       ...
       - name: Fix my build
         uses: fly-ci/wingman-action@v1
         if: failure()

Read more details about FlyCI Wingman Usage in our documentation.

What's Next?

We're continuously improving FlyCI Wingman, and we want your feedback!

So, whether you're an open-source enthusiast or working on private projects, we invite you to try FlyCI Wingman today. Let's continue building great things together!

To report an issue or share your feedback about FlyCI Wingman, contact us at contact@flyci.net.

Join our Discord server to reach out directly to the FlyCI team.

Thank you for being part of this incredible community!

Happy Coding! — The FlyCI Wingman Team

Why choosing FlyCI Wingman?

Better focus

Shift your attention to innovating in your product instead of troubleshooting failing builds.

Save time

Automatically fix CI builds, reducing debugging time. FlyCI Wingman is doing the fixes for you.

Automated fixes

Automatically get fixes for failing GitHub Actions workflows directly proposed in your pull request.