File tree 3 files changed +4
-342
lines changed
3 files changed +4
-342
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "user" : " facelessuser" ,
3
- "repo" : " Rummage" ,
4
-
5
2
"colors" : {
6
3
"bug" : " #c45b46" ,
7
4
"feature" : " #7b17d8" ,
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
label-sync :
10
- strategy :
11
- max-parallel : 4
12
- matrix :
13
- python-version : [3.7]
14
10
15
11
runs-on : ubuntu-latest
16
12
17
13
steps :
18
14
- uses : actions/checkout@v1
19
- - name : Set up Python ${{ matrix.python-version }}
20
- uses : actions/setup-python@v1
21
- with :
22
- python-version : ${{ matrix.python-version }}
23
- - name : Install dependencies
24
- run : |
25
- python -m pip install --upgrade pip setuptools
26
- python -m pip install -r requirements/tools.txt
27
15
- name : Sync labels
28
- run : |
29
- python tools/gh_labels.py -i tools/labels.json -t ${{ secrets.GH_DEPLOY_KEY }} -d
16
+ uses : facelessuser/label-mgr-action@master
17
+ with :
18
+ token : ${{ secrets.GH_DEPLOY_KEY }}
19
+ mode : ' delete'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments