We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a2e498 + 4c78de1 commit e305b4bCopy full SHA for e305b4b
1 file changed
.github/workflows/backport_v1.yaml
@@ -36,7 +36,7 @@ jobs:
36
|| contains(github.event.pull_request.labels.*.name, 'semver:minor')
37
|| contains(github.event.label.name, 'semver:patch')
38
|| contains(github.event.label.name, 'semver:minor')
39
- uses: kiegroup/git-backporting@aac73bf7c5fd0e94086d421b6b9646d77efdad76
+ uses: kiegroup/git-backporting@204ebd4376d7501696d52aec8fea2a2f6e09328f
40
with:
41
target-branch: v1
42
pull-request: ${{ github.event.pull_request.url }}
0 commit comments