Skip to content

Commit ebe4158

Browse files
Update issue labeler configuration and permissions
1 parent c66e55c commit ebe4158

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/issues.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@ on:
55
types: [opened, edited]
66

77
permissions:
8+
contents: read
89
issues: write
910

1011
jobs:
1112
label:
1213
runs-on: ubuntu-latest
1314
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
1418
- name: Run Issue Labeler
15-
uses: github/issue-labeler@v3.4
19+
uses: github/issue-labeler@v3
1620
with:
1721
repo-token: ${{ secrets.GITHUB_TOKEN }}
18-
configuration-path: .github/issue-labeler.yml
22+
configuration-path: .gitea/issue-labeler.yml
1923
enable-versioned-regex: 0
2024
include-title: 1

0 commit comments

Comments
 (0)