distruapp/Pull Request Notifier
Given a set of commits, gets the Pull Requests for each and outputs a list of information for those which should be reported on
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | OAuth token used to interact with the GitHub API. Must have commit status read permissions | yes | ${{ github.token }} |
| label | Label to check for on PRs. If the label is present, information about the PR will be reported as an output. | yes | customer-facing |
Outputs
| name | description |
|---|---|
| pull-request-information | A list of objects containing information about PRs that should be reported |