aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/label-merge-conflict.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/label-merge-conflict.yml')
-rw-r--r--.github/workflows/label-merge-conflict.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/label-merge-conflict.yml b/.github/workflows/label-merge-conflict.yml
index 6c0268d6c..19e88ede7 100644
--- a/.github/workflows/label-merge-conflict.yml
+++ b/.github/workflows/label-merge-conflict.yml
@@ -4,7 +4,7 @@ on:
push:
branches: [ beta ]
# So that the `dirtyLabel` is removed if conflicts are resolve
- # We recommend `pull_request_target` so that github secrets are available.
+ # We recommend `pull_request_target` so that GitHub secrets are available.
# In `pull_request` we wouldn't be able to change labels of fork PRs
pull_request_target:
types: [ opened, synchronize ]