Skip to content

Commit ad283ab

Browse files
committed
Updating github-config
1 parent 299d7ba commit ad283ab

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

.github/labels.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 }}

0 commit comments

Comments
 (0)