Issue States is a GitHub App built with Probot that opens or closes issues when they are moved to a project column.
The continued development of Issue States is made possible thanks to the support of awesome backers. If you'd like to join them, please consider contributing with Patreon, PayPal or Bitcoin.
- Install the GitHub App for the intended repositories
- Start adding or moving issues to the project columns defined
in
openIssueColumns
andclosedIssueColumns
Issues which were already in the respective columns before the app was installed will not be processed. To process these issues, move them to a different column, then move them back.
Care must be taken during the use of the app to not conflict with project automation presets on GitHub.
Optionally, create .github/issue-states.yml
in the default branch
of the repository to override any of these default settings:
# Configuration for issue-states - https://github.com/dessant/issue-states
# Open issues that are moved to these project columns. Set to `[]` to disable
openIssueColumns: []
# Close issues that are moved to these project columns. Set to `[]` to disable
closedIssueColumns:
- Closed
- Done
# Repository to extend settings from
# _extends: repo
See docs/deploy.md if you would like to run your own instance of this app.
Issue States is released under the terms of the MIT License. Please refer to the LICENSE file.