Skip to content

Commit

Permalink
tooling: run labeler once per PR, to avoid removing `release-once-mer…
Browse files Browse the repository at this point in the history
…ged` label, works around actions/labeler#624
  • Loading branch information
manicminer committed Oct 24, 2023
1 parent e87b723 commit 8afdc8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-labeler.yaml
@@ -1,6 +1,8 @@
name: "Pull Request Labeler"
on:
- pull_request_target
pull_request_target:
types:
- opened # run once per PR to work around https://github.com/actions/labeler/issues/624 (avoid unwanted label removal)

jobs:
triage:
Expand Down

0 comments on commit 8afdc8c

Please sign in to comment.