Awesome actions is a repository template that comes with pre-configured GitHub Actions that
- create project board
- create a welcome issue with info on how to use GitHub
- greets first time contributors to issues and pull requests with a warm welcome message
- add the names of everybody who stars the repository in its README
- mark issues that did not receive comments as stale and closes them a bit later if there was no recent activity
- add a cat gif to any pull request created to reward pushing code
- add a template message based on a label
- turns TODO comments in code into issues
- executes Javascript talking to the GitHub API directly from a comment
- rebases a pull request if you use the
/rebase
issue ops command - automatically disables bootstrap workflows after initial execution
Any repository that will use this template as its base will automatically get those workflows enabled. It can be used as a show case on how Open and Inner Source best practices (like welcoming new contributors) as well as bootstrapping project boards can be "codified" and reused and constantly improved as part of a repository template. It also demonstrates how to react on non CI/CD specific events likes issues, pull requests, added stars and peridodic workflow executions.
Please do not work with this repository directly unless you like to contribute to its core functionality. Instead, please use it as a repository template and create a new repository for yourself based on this template. All you have to do is to click on the green Use this template button above:
- Greeting on first Issue and PR from this Action
- Marking issues as stale from this Action
- Committing back to the repository to change the README file and disable bootstrapping workflows from this Action
- Creating first issue from a file from this Action
If you have any examples for great Actions as part of a repository template to show case the power of Actions outside traditional CI/CD, we are looking forward to your PRs.
teste 2 3