mheap/Raise PR on change
Automatically raise a PR to a downstream repo whenever a file changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 20, 2026
- License
- MIT
Pinned Snippet
uses: mheap/raise-pr-on-change-action@988d23d790cd353cbdb6af511f9f6cc6aff73f49 # v1.10.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A GitHub API token that has permission to list org membership | yes | — |
| mode | Should we rely on the PR files changes, or check the contents in the upstream repo (default: check-upstream) | no | — |
| configFile | A file containing downstream repos and any file paths that need updating | no | .github/raise-pr-on-change.json |
| prBranch | The branch to push changes to before submitting a PR | no | — |
| targetBranch | The branch to target when opening a PR | no | — |
| prTitle | The PR title to use | yes | — |
| prBody | The PR body to use | yes | — |
| commitMessage | The commit message use | no | — |
| assignReviewers | Automatically request reviews from the source PR author and approvers on the downstream PR | no | false |
Outputs
no outputs