File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,13 @@ updates:
9
9
directory : /
10
10
schedule :
11
11
interval : " weekly"
12
+ commit-message :
13
+ # Prefix commit message with "chore: "
14
+ prefix : " chore"
12
15
- package-ecosystem : pip
13
16
directory : /
14
17
schedule :
15
18
interval : " weekly"
19
+ commit-message :
20
+ # Prefix commit message with "chore: "
21
+ prefix : " chore"
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ name: Run pre-commit
2
2
3
3
on :
4
4
push :
5
+ branches : [main]
5
6
pull_request :
6
- types : opened
7
+ branches : [main]
7
8
8
9
jobs :
9
10
pre-commit :
Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
31
31
32
32
- name : Set up Python 3.10
33
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
33
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
34
34
with :
35
35
python-version : " 3.10"
36
36
60
60
- uses : actions/checkout@v5
61
61
62
62
- name : Set up Python 3.10
63
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
63
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
64
64
with :
65
65
python-version : " 3.10"
66
66
83
83
runs-on : ${{ matrix.os }}
84
84
steps :
85
85
- name : Set up Python 3.10
86
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
86
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
87
87
with :
88
88
python-version : " 3.10"
89
89
You can’t perform that action at this time.
0 commit comments