louy/Maintain One Pull Request

Maintain a single pull request given a set of head/base branches

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
head_refBranch with changes to be merged into baseyes
base_refBase branch to receive the changes from headyes${{ github.ref_name || 'main' }}
pr_titleTitle for the created/updated pull request. Also usually used as merged commit message yes
pr_bodyBody for the created/updated pull requestyes""
deleteWhether to close a PR if it is open. Set to `true` to do so
labelsComma separated list of labels to add to PRno
namedescription
numberPull request number, empty when no PR is created or when `delete: true``