summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-08-27 12:32:26 +0200
committerGitHub <noreply@github.com>2023-08-27 12:32:26 +0200
commit904cbe448c578905c9af1d15059f2905c490e409 (patch)
treee08e09039c4914224e65f3fce0f4fb0660dc9347
parent63012d655fbe42c45279987391f9b5b54b44cd26 (diff)
parent0d413f5c55161df782594a0d45b05c5a697ced6d (diff)
downloadvyos-1x-904cbe448c578905c9af1d15059f2905c490e409.tar.gz
vyos-1x-904cbe448c578905c9af1d15059f2905c490e409.zip
Merge pull request #2178 from sarthurdev/labels
github: Labeler needs to run on `pull_request_target`
-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