amegias/pr-notifications
Generate notifications for expired pull requests.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Stalelast commit Oct 25, 2023
- License
- MIT
Pinned Snippet
uses: amegias/pr-notifications@eb5aa0aed7782d8093517386925dcc0639dda4a2 # v1.3.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | GitHub access token | yes | — |
| default-ttl | Default TTL for PRs | no | — |
| pull-request-number | The number of the pull request to generate notifications. If it is not defined, it will retrieve all the pull requests of the repository. | no | — |
| labels-ttl | TTL per label for PRs | no | — |
| label-to-skip-pr | If a PR has this label, the action will not notify to its reviewers. | no | — |
Outputs
| name | description |
|---|---|
| notifications | Generated notifications |