Skip to content

Commit

Permalink
ci: only run label action once
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Jan 9, 2022
1 parent 55d00a3 commit 5b67dbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/labeller.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, reopened]

jobs:
triage:
Expand Down

0 comments on commit 5b67dbf

Please sign in to comment.