pietert2000/gh-housekeeping
Github housekeeping functionality (e.g. autolink prs with issues, moving issues between columns on the project board)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| task | The task to run | yes | — |
| project-name | Only used if task is update-issue-status | no | — |
| done-column | The name of the Done column to move the project issue to | no | Done |
| qa-column | The name of the QA/Testing column to move the project issue to | no | — |
| skip-qa-label | The label that will be used to check when the QA/Testing column move should be skipped. If a PR has this label, the linked issue will be moved directly to the Done column. | no | — |
| token | GH Token: please ensure this token has repository and project permissions | yes | ${{ github.token }} |
Outputs
no outputs