Commit 0a9ac6b 1 parent dbb9a9e commit 0a9ac6b Copy full SHA for 0a9ac6b
File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 27
27
- uses : actions/checkout@v4
28
28
with :
29
29
fetch-depth : 0
30
+ persist-credentials : false
30
31
31
32
- uses : hynek/build-and-inspect-python-package@v2
32
33
Original file line number Diff line number Diff line change 1
1
name : Sync labels
2
2
3
- permissions :
4
- pull-requests : write
5
-
6
3
on :
7
4
push :
8
5
branches :
13
10
14
11
jobs :
15
12
sync :
13
+ permissions :
14
+ pull-requests : write
16
15
runs-on : ubuntu-latest
17
16
steps :
18
17
- uses : actions/checkout@v4
18
+ with :
19
+ persist-credentials : false
19
20
- uses : micnncim/action-label-syncer@v1
20
21
with :
21
22
prune : false
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- uses : actions/checkout@v4
17
-
17
+ with :
18
+ persist-credentials : false
19
+ - uses : actions/setup-python@v5
20
+ with :
21
+ python-version : " 3.x"
22
+ - uses : tox-dev/action-pre-commit-uv@v1
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- uses : actions/checkout@v4
22
+ with :
23
+ persist-credentials : false
22
24
23
25
- name : Set up Python ${{ matrix.python-version }}
24
26
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments