isethi/Issue Timer
Measures and labels issues based on time in Column in a Project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 5, 2021
- License
- Apache 2.0
Pinned Snippet
uses: isethi/issue-timer@e4016d79ea95949649e91ca1b27bdfee34a1394d # v0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| PROJECT_ID | Project Board ID. | yes | 1 |
| TIME_IN_MINUTES | Minimum time a card has been in a column before a label is added | yes | 1 |
| LABEL_NAME | Label name to add to issue when it has spent time exceeding TIME_IN_MINUTES in a column | yes | — |
Outputs
no outputs