File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,24 @@ name: labels
2
2
on :
3
3
push :
4
4
branches :
5
- - labels-workflow
5
+ - labels-workflow
6
6
workflow_dispatch :
7
7
jobs :
8
8
update :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
12
- with :
13
- fetch-depth : 0
14
- - uses : actions/setup-python@v4
15
- with :
16
- python-version : ' 3.11'
17
- - run : python -m pip install requests
18
- - run : python labels/labels.py
11
+ - uses : actions/checkout@v3
12
+ with :
13
+ fetch-depth : 0
14
+ - uses : actions/setup-python@v4
15
+ with :
16
+ python-version : ' 3.11'
17
+ - name : Install dependencies
18
+ run : python -m pip install requests
19
+ - name : Update labels
20
+ run : python labels/labels.py
21
+ - name : Create pull request
22
+ uses : peter-evans/create-pull-request@v4
23
+ with :
24
+ title : " Update labels/"
25
+ branch : actions/update-labels
You can’t perform that action at this time.
0 commit comments