This repository contains GitHub workflows to automate common development tasks.
- Add label to Pull Request: This workflow adds a label to a pull request when it is opened.
- Changelog: This workflow check if the changelog has been updated when a pull request is merged.
- Git checks: This workflow runs git checks when a pull request is opened.
- Coverage tests: This workflow runs coverage tests when a pull request is opened with the plugin Very Good Coverage. The min coverage is defined by your environment variables.
- Dart checks: This workflow runs the dart format, dart analyze and dart test when a pull request is opened.
Contributions are welcome! If you want to add a new workflow or improve an existing workflow, please submit a pull request.
This repository is licensed under the MIT License. See the LICENSE file for more information.