actions-marketplace-validations/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: actions-marketplace-validations/kevinsawade_python-todo-to-issue@ae7586ee30169f0600cb85d37cde7f992558a7d9 # no releases — HEAD as of 2026-07-10tags 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