summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2023-08-27 12:19:24 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2023-08-27 12:30:29 +0200
commit0d413f5c55161df782594a0d45b05c5a697ced6d (patch)
treea7a492f16da9bae8be84f1c858dfec452f129c6c /.github
parent8b62065eaa59d1c7d6ca8578089a67a2e7226ee9 (diff)
downloadvyos-1x-0d413f5c55161df782594a0d45b05c5a697ced6d.tar.gz
vyos-1x-0d413f5c55161df782594a0d45b05c5a697ced6d.zip
github: Labeler needs to run on `pull_request_target`
Ref: https://github.com/actions/labeler#permissions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull-request-labels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml
index eabef2289..778daae30 100644
--- a/.github/workflows/pull-request-labels.yml
+++ b/.github/workflows/pull-request-labels.yml
@@ -2,7 +2,7 @@
name: Add pull request labels
on:
- pull_request:
+ pull_request_target:
branches:
- current
- crux