File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
json_pr_labels='${{ toJSON(github.event.pull_request.labels) }}'
23
23
readarray -t pr_labels < <(echo "${json_pr_labels}" | jq -r -c '.[].name')
24
24
25
- json_all_labels="$(gh label list --repo ${{ github.repository }} --json name --search "backport" --limit 1000)"
25
+ json_all_labels="$(gh label list --repo ${{ github.repository }} --json name --search "backport- " --limit 1000)"
26
26
readarray -t all_labels < <(echo "${json_all_labels}" | jq -r -c '.[].name')
27
27
28
28
declare -A all_backport_labels=()
29
29
declare -A all_floating_majors=()
30
30
31
- backport_regex="^backport ([0-9])+\.([0-9]+|x)$"
31
+ backport_regex="^backport- ([0-9])+\.([0-9]+|x)$"
32
32
33
33
echo "::group::Available Labels"
34
34
echo "skip-backport"
You can’t perform that action at this time.
0 commit comments