File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ - name : status/possible-priority
2+ description : This issue is ready to work and should be considered as a potential priority
3+ color : F9D0C4
4+ - name : status/prioritized
5+ description : This issue has been triaged and resolving it is a priority
6+ color : BFD4F2
7+ - name : status/blocked
8+ description : This issue has been triaged and resolving it is blocked on some other issue
9+ color : 848978
10+ - name : bug
11+ description : Something isn't working
12+ color : d73a4a
13+ - name : enhancement
14+ description : A new feature or request
15+ color : a2eeef
16+ - name : documentation
17+ description : This issue relates to writing documentation
18+ color : D4C5F9
Original file line number Diff line number Diff line change 1+ name : Synchronize Labels
2+ " on " :
3+ push :
4+ branches :
5+ - main
6+ paths :
7+ - .github/labels.yml
8+ jobs :
9+ synchronize :
10+ name : Synchronize Labels
11+ runs-on :
12+ - ubuntu-latest
13+ steps :
14+ - uses : actions/checkout@v2
15+ - uses : micnncim/action-label-syncer@v1
16+ env :
17+ GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments