File tree Expand file tree Collapse file tree 3 files changed +15
-172
lines changed Expand file tree Collapse file tree 3 files changed +15
-172
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Sync labels
2
+ on :
3
+ workflow_dispatch :
4
+ permissions :
5
+ issues : write
6
+ jobs :
7
+ labels :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : actions/checkout@v4
11
+ - uses : EndBug/label-sync@v2
12
+ with :
13
+ config-file : ' https://raw.githubusercontent.com/thetutlage/static/main/labels.yml'
14
+ delete-other-labels : true
15
+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 30
30
"prepublishOnly" : " npm run build" ,
31
31
"lint" : " eslint . --ext=.ts" ,
32
32
"format" : " prettier --write ." ,
33
- "sync-labels" : " github-label-sync --labels .github/labels.json adonisjs/env" ,
34
33
"quick:test" : " node --import=ts-node-maintained/register/esm bin/test.ts"
35
34
},
36
35
"keywords" : [
60
59
"cross-env" : " ^7.0.3" ,
61
60
"del-cli" : " ^5.1.0" ,
62
61
"eslint" : " ^8.56.0" ,
63
- "github-label-sync" : " ^2.3.1" ,
64
62
"husky" : " ^9.0.11" ,
65
63
"prettier" : " ^3.2.5" ,
66
64
"release-it" : " ^17.2.0" ,
You can’t perform that action at this time.
0 commit comments