citizenos/PR Duplicator

Duplicate a PR to another branch. Checks if there is a PR to "from" branch to "base" branch, IF there is, create a new branch from the "from" and from that a PR to "to".

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
fromFrom which branch the PR is expected to be which is about to be duplicated.yesl10n_master
baseTo which branch the original PR is expected to be which is about to be duplicated.yesmaster
toTo which branch the PR is expected to be created is about to be duplicated. So the new PR is from "from" to "to".yesprod
github-tokenGitHub token to make GitHub API callsyes
pr-authorUsername of the author of the PR whos PRs are allowed to be duplicated. IF not present, all authorsare valid.no
slack-incoming-webhook-urlSlack incoming webhook url to notify about GitHub Action run. Read more - https://api.slack.com/messaging/webhooksno

no outputs