The Fastlane GitHub Actions provide a set of GitHub Actions to make maintaining projects easier.
-
🌏 @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.
-
Locks closed issues and pull requests that have not had recent interaction. Read more here.
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
...
We welcome contributions. See how to contribute.