Skip to content

Commit

Permalink
ci: attempt to re-fix labeler failures
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Jan 2, 2024
1 parent 1d35ace commit 3dac49f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
name: "Pull Request Labeler"
on: [pull_request]
on:
- pull_request_target

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 3dac49f

Please sign in to comment.