github-actions icon indicating copy to clipboard operation
github-actions copied to clipboard

Fastlane GitHub Actions

The Fastlane GitHub Actions provide a set of GitHub Actions to make maintaining projects easier.

Actions

  • 🌏 @github-actions/fastlane-env-reminder

    Adds a comment to include fastlane environment information in an issue description if it is missing. Read more here.

  • ✔️ @github-actions/communicate-on-pull-request-merged

    Adds a comment and a label to a pull request when it is merged. Read more here.

  • 🚀 @github-actions/communicate-on-pull-request-released

    Adds a comment and a label to a pull request and referenced issue when it is released. Read more here.

  • 🔒 @github-actions/lock

    Locks closed issues and pull requests that have not had recent interaction. Read more here.

Versioning

All the actions are released in one batch. We do not support semantic versioning (yet). Reference a latest branch in your workflow:

...
  - uses: fastlane/github-actions/fastlane-env-reminder@latest
...

Contributing

We welcome contributions. See how to contribute.