Skip to content

FlyCI-prod

GitHub App

FlyCI-prod

GitHub App

At FlyCI we aim decreasing time spent on tedious development tasks and allowing developers to focus on building impactful products. To achieve that we offer FlyCI Wingman - the AI agent designed to auto-fix your failing builds and keep your workflows green,

FlyCI Wingman is forever free to use for public repositories. Private ones can use it for free while the service is in beta.

FlyCI Wingman

Integrating FlyCI Wingman to your GitHub workflow is fairly easy. You just need to add the FlyCI Wingman action as the last step to your job. When your build fails, FlyCI Wingman kicks off and starts analyzing the failure. When the analysis is ready, you get the fixes as code suggestions in your pull request.

jobs:
  build:
+   permissions:
+     id-token: write
+     contents: read
    runs-on: ubuntu-latest ## Use a runner of your choice, including self-hosted
    steps:
       ...
+      - name: Fix my build
+        uses: fly-ci/wingman-action@v1
+        if: failure()

For more details on how it works, which runners are supported and how much this service costs, check out the resources below.

Resources

Developer

FlyCI-prod is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse