# github-actions **Repository Path**: mirrors_fastlane/github-actions ## Basic Information - **Project Name**: github-actions - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-27 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).