https://github.com/fastlane/github-actions
https://github.com/fastlane/github-actions
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fastlane/github-actions
- Owner: fastlane
- License: mit
- Created: 2019-09-01T14:02:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T21:06:51.000Z (about 1 year ago)
- Last Synced: 2025-09-16T06:26:05.944Z (22 days ago)
- Language: TypeScript
- Size: 2.78 MB
- Stars: 77
- Watchers: 12
- Forks: 9
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Fastlane GitHub Actions
The Fastlane GitHub Actions provide a set of GitHub Actions to make maintaining projects easier.
## Actions
- 🌏 [@github-actions/fastlane-env-reminder](fastlane-env-reminder)
Adds a comment to include _fastlane_ environment information in an issue description if it is missing. Read more [here](fastlane-env-reminder).
- ✔️ [@github-actions/communicate-on-pull-request-merged](communicate-on-pull-request-merged)Adds a comment and a label to a pull request when it is merged. Read more [here](communicate-on-pull-request-merged).
- 🚀 [@github-actions/communicate-on-pull-request-released](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](communicate-on-pull-request-released).
- 🔒 [@github-actions/lock](lock)
Locks closed issues and pull requests that have not had recent interaction. Read more [here](lock).
## Versioning
All the actions are released in one batch. We do not support semantic versioning (yet). Reference a `latest` branch in your workflow:
```yaml
...
- uses: fastlane/github-actions/fastlane-env-reminder@latest
...
```## Contributing
We welcome contributions. See [how to contribute](CONTRIBUTING.md).