Skip to content

Commit

Permalink
Fix labeler job (#15113)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw authored Sep 7, 2024
1 parent bd3e3ec commit 01a2778
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Labeler

on: [pull_request]
# see https://github.com/actions/labeler/issues/136#issuecomment-1357839196
on: [pull_request_target]

permissions:
contents: read
Expand All @@ -12,6 +13,10 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/labeler@v5
with:
repo-token: "${{ github.token }}"

0 comments on commit 01a2778

Please sign in to comment.