Skip to content

Commit

Permalink
Fix labeler workflow (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson authored Feb 5, 2024
1 parent 031d047 commit 7b12829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

name: Labeler

on: [pull_request]
on: pull_request_target

jobs:
label:
uses: OpenWonderLabs/.github/.github/workflows/labeler.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7b12829

Please sign in to comment.