We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ea431 commit 1fd60e5Copy full SHA for 1fd60e5
.github/workflows/cherry-picks.yaml
@@ -14,7 +14,6 @@ jobs:
14
(github.event.pull_request.merged == true)
15
&& (
16
(contains(github.event.pull_request.labels.*.name, 'sve'))
17
- || (contains(github.event.pull_request.labels.*.name, 'spec'))
18
|| (contains(github.event.pull_request.labels.*.name, 'request sve'))
19
|| (contains(github.event.pull_request.labels.*.name, 'cert blocker'))
20
)
@@ -27,11 +26,12 @@ jobs:
27
26
uses: carloscastrojumo/github-cherry-pick-action@v1.0.9
28
with:
29
token: ${{ secrets.MATTER_PAT }}
30
- branch: sve-2
+ branch: 1.3-sve
31
labels: |
32
sve cherry pick
33
reviewers: |
34
woody-apple
35
andy31415
+ raju-apple
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments