Skip to content

Commit

Permalink
Update cherry-picks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Feb 19, 2024
1 parent 11ea431 commit 1fd60e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cherry-picks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
(github.event.pull_request.merged == true)
&& (
(contains(github.event.pull_request.labels.*.name, 'sve'))
|| (contains(github.event.pull_request.labels.*.name, 'spec'))
|| (contains(github.event.pull_request.labels.*.name, 'request sve'))
|| (contains(github.event.pull_request.labels.*.name, 'cert blocker'))
)
Expand All @@ -27,11 +26,12 @@ jobs:
uses: carloscastrojumo/[email protected]
with:
token: ${{ secrets.MATTER_PAT }}
branch: sve-2
branch: 1.3-sve
labels: |
sve cherry pick
reviewers: |
woody-apple
andy31415
raju-apple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1fd60e5

Please sign in to comment.