actions-marketplace-validations/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: actions-marketplace-validations/isethi_issue-timer@02260eb0d91161552f30f56fdf7c07f664a56a4e # no releases — HEAD as of 2026-07-10tags 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