From 4e83639c42cec577c8e592a6dbc930b296348ffc Mon Sep 17 00:00:00 2001 From: Sidharth R <122173059+hugo-sid@users.noreply.github.com> Date: Sun, 14 May 2023 19:17:57 +0530 Subject: [PATCH] chore(ci): add comments for GitHub action workflow trigger --- .github/workflows/pr-labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 19fc344..0c5956f 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -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: