We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea9e29 commit dd39108Copy full SHA for dd39108
.github/labels.yml
@@ -26,7 +26,7 @@
26
description: This issue or pull request already exists
27
color: cfd3d7
28
- name: enhancement
29
- description: New feature or a request
+ description: New feature or request
30
color: a2eeef
31
- name: github_actions
32
description: Pull requests that update Github_actions code
.github/workflows/labeler.yml
@@ -10,6 +10,8 @@ on:
10
jobs:
11
sync-labels:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ issues: write
15
16
steps:
17
- name: Checkout
0 commit comments