actions-marketplace-validations/Label first-in-queue Pull Request for automerge
Finds first or last pull request matching a given label and adds an [automerge] label.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| label-candidate | Which label to filter candiate pull requests by. | yes | — |
| label-automerge | Which automerge-label to add to matching candidate pull request. Defaults to `automerge`. | no | automerge |
| order | Whether to find the pull request that was first or last labeled by the given label. | no | first |
Outputs
| name | description |
|---|---|
| pull_request | The first or last pull request matching the given candidate label (if found) |