msojocs/Fork News
Keeps your fork up to date
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| user-email | email. | yes | — |
| user-name | name. | yes | — |
| access-token | Access token with the repo scope used to access the repository and open PRs. | yes | — |
| from-repository | Path to the upstream repository (owner/repository). Use the value fork-upstream to point it to the default upstream. | no | fork-upstream |
| to-branch | Target branch of the pull request. | no | main |
| from-branch | Base branch of the pull request. | no | main |
| pr-title | Message used as the PR title. | no | Fork News - Updates from the parent repository |
| pr-description | Message used as the PR body | no | Here are the latest changes from the parent repository. |
Outputs
| name | description |
|---|---|
| has_new_commits | true when new commits were included in this sync |