Skip to content

Commit ee6b788

Browse files
authored
Merge pull request #13 from layer5io/marblom/ci/workflows
marblom/ci/workflows
2 parents aad7f5c + 328d3fd commit ee6b788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
permissions:
88
contents: read
99
pull-requests: write
10+
issues: write
1011
runs-on: ubuntu-22.04
1112
steps:
12-
- uses: actions/labeler@v4
13+
- uses: actions/labeler@v5
1314
with:
1415
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)