Skip to content

Commit

Permalink
Merge branch '2.x' into 2.x-add-cached-completion-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Sep 9, 2024
2 parents 9a7000c + 01a2778 commit 08bcbaf
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 08bcbaf

Please sign in to comment.