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
22on :
33 push :
44 branches :
5- - labels-workflow
5+ - labels-workflow
66 workflow_dispatch :
77jobs :
88 update :
99 runs-on : ubuntu-latest
1010 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