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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| from | From which branch the PR is expected to be which is about to be duplicated. | yes | l10n_master |
| base | To which branch the original PR is expected to be which is about to be duplicated. | yes | master |
| to | To which branch the PR is expected to be created is about to be duplicated. So the new PR is from "from" to "to". | yes | prod |
| github-token | GitHub token to make GitHub API calls | yes | — |
| pr-author | Username of the author of the PR whos PRs are allowed to be duplicated. IF not present, all authorsare valid. | no | — |
| slack-incoming-webhook-url | Slack incoming webhook url to notify about GitHub Action run. Read more - https://api.slack.com/messaging/webhooks | no | — |
Outputs
no outputs