kevinsawade/Python todo to issue action
Converts todos from comments and google-style docstrings to issues.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 25, 2022
- License
- LGPL
Pinned Snippet
uses: kevinsawade/python-todo-to-issue@e3b406be2ab3bf703055b41c035a75b7d7b2bd30 # 1.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| REPO | The path to the repository where the action will be used, e.g. 'kevinsawade/my-repo'. | yes | ${{ github.repository }} |
| BEFORE | The SHA of the last pushed commit. | yes | ${{ github.event.before }} |
| SHA | The SHA of the latest commit. | yes | ${{ github.sha }} |
| TOKEN | The GitHub access token. | yes | — |
| CLOSE_ISSUES | Optional input that specifies whether to attempt to close an issue when a TODO is removed | yes | true |
| TESTING | For testing purposes. Let's the workflow run unittests | no | false |
| INCLUDE_TODO_AFTER_CODE_LINE | Whether todos that are after a code line and not at the start of lines should be considered. | no | false |
Outputs
no outputs