actions-marketplace-validations/Verify if Rebased PR
Action for verify if rebased PR, and set label (is-rebased or not-rebased)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| default-branch | Default branch of repository | no | ${{ github.event.repository.default_branch }} |
| pull-request-branch | Branch of pull request | no | ${{ github.event.pull_request.head.ref }} |
| gh-token | Token with credentials for repository | yes | — |
| reactive | React of push in default branch - default: false | no | false |
Outputs
| name | description |
|---|---|
| pr-number | The Number of PR |
| rebased | return if pr is rebased with default branch - (true/false) |