Skip to content

Commit

Permalink
chore(ci): add comments for GitHub action workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid committed May 14, 2023
1 parent 4438214 commit 4e83639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "Pull Request auto-label"

on:
# So that PRs touching the same files as the push are updated
# Including 'on push' trigger, so that PRs touching the same files as push are checked for conflicts.
# PR can be rebased (against main brnach) to resolve conflicts.
push:
branches: [ main ]
pull_request_target:
Expand Down

0 comments on commit 4e83639

Please sign in to comment.