lime-actions/PR sync
Creates a new PR or makes sure the title is conforming
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 18, 2025
- License
- MIT
Pinned Snippet
uses: lime-actions/pr-sync@21b9b9456c1819b6d9af4b5083e81ff1c7096810 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version-from | Method of getting the version if not specified | no | version-file |
| version-source | Source containing the version, e.g. path to a file | no | "" |
| head | Source branch name | no | ${{ github.ref_name }} |
| repo | Repository | no | ${{ github.repository }} |
| dev-branch | Development branch name | no | dev |
| release-candidate-branch | Release candidate branch name | no | release-candidate |
| default-branch | Default branch name | no | ${{ github.event.repository.default_branch }} |
| token | Access token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| base | Target of the PR |
| draft | Whether the PR is in draft state |
| number | Number of the PR |
| title | Title of the PR |