Skip to content

Commit

Permalink
fix: labels pattern of cherry-pick & backport workflow (#490)
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh authored Nov 30, 2024
1 parent 979489d commit f24d71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: korthout/backport-action@v3
with:
copy_assignees: true
copy_labels_pattern: '*'
copy_labels_pattern: '[\s\S]+'
copy_requested_reviewers: true
github_token: ${{ secrets.WORKFLOW_PAT }}
pull_title: '[backport] ${pull_title}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: korthout/backport-action@v3
with:
copy_assignees: true
copy_labels_pattern: '*'
copy_labels_pattern: '[\s\S]+'
copy_requested_reviewers: true
github_token: ${{ secrets.WORKFLOW_PAT }}
pull_title: '[cherry-pick] ${pull_title}'
Expand Down

0 comments on commit f24d71c

Please sign in to comment.