jakobe/Label Pull Request for automerge
Find first or last pull request mathcing a given label and adds an [automerge] label (unless an existing PR with [automerge] label is found).
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 labelled by the given label. | no | first |
Outputs
| name | description |
|---|---|
| pull_request | The first or last pull request matching the given candidate label (if found) |