hayat01sh1da/PR Title from Branch

Set a pull request's title and labels derived from the topic branch name ({user}/{issue}/{category}/{summary})

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branch-nameBranch name to derive from (default: the pull request's head branch)no""
github-tokenToken used to update the pull request. The default GITHUB_TOKEN works when the job grants `permissions: pull-requests: write` (plus `issues: write` when `create-label` is 'true').no${{ github.token }}
apply-titleApply the derived title to the pull requestnotrue
apply-labelApply the derived labels to the pull requestnofalse
create-labelapply-label only: create labels missing from the repository instead of skipping themnofalse
overwriteApply the title on any pull_request event, not only `opened` — beware this clobbers manually edited titles on `synchronize` runsnofalse
namedescription
titleThe derived pull request title, e.g. '[service] Improve Onboarding Flow'
labelsThe derived labels as a JSON array, e.g. '["Hotfix","service"]'