srz-zumix/gh-merge-base-next Action
Automatically find the next commit on the first-parent path from merge-base.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GitHub token used to manage labels | no | "" |
| repository | The repository in the format owner/repo. If not provided, the repository of the workflow run is used. | no | "" |
| base | The base ref (branch or commit SHA) to find the merge base from. | yes | — |
| head | The head ref (branch or commit SHA) to find the merge base to. | yes | — |
Outputs
| name | description |
|---|---|
| sha | The SHA of the next commit on the first-parent path from the merge-base. |
| depth | The number of commits between the merge-base and the next commit on the first-parent path. |