File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
permissions :
9
9
pull-requests : write
10
+ content : write
10
11
11
12
jobs :
12
13
backport :
23
24
)
24
25
)
25
26
steps :
26
- - uses : tibdex/backport@2e217641d82d02ba0603f46b1aeedefb258890ac
27
+ - uses : tibdex/backport@2e217641d82d02ba0603f46b1aeedefb258890ac # v2.0.3
27
28
with :
28
29
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- - " maintenance/**"
8
7
pull_request :
9
8
paths :
10
9
- " pylint/**"
11
10
- " tests/primer/**"
12
11
- " requirements*"
13
12
- " .github/workflows/primer-test.yaml"
14
-
13
+ branches :
14
+ - main
15
15
env :
16
16
CACHE_VERSION : 1
17
17
KEY_PREFIX : venv
Original file line number Diff line number Diff line change 16
16
- " !.github/workflows/primer_run_main.yaml"
17
17
- " !.github/workflows/primer_comment.yaml"
18
18
- " !tests/primer/packages_to_prime.json"
19
+ branches :
20
+ - main
19
21
20
22
concurrency :
21
23
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
You can’t perform that action at this time.
0 commit comments