Skip to content

Commit

Permalink
Fix: labeler workflow
Browse files Browse the repository at this point in the history
- Only allow the Labeler worklfow to run when a pull request opens
01zulfi authored Jul 28, 2022
1 parent d10f404 commit 3bd29cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Pull Request Labeler"
on:
- pull_request_target
pull_request_target:
types: [opened]

jobs:
triage:

0 comments on commit 3bd29cb

Please sign in to comment.