diff options
author | Christian Breunig <christian@breunig.cc> | 2023-08-27 12:32:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 12:32:26 +0200 |
commit | 904cbe448c578905c9af1d15059f2905c490e409 (patch) | |
tree | e08e09039c4914224e65f3fce0f4fb0660dc9347 /.github/workflows/pull-request-labels.yml | |
parent | 63012d655fbe42c45279987391f9b5b54b44cd26 (diff) | |
parent | 0d413f5c55161df782594a0d45b05c5a697ced6d (diff) | |
download | vyos-1x-904cbe448c578905c9af1d15059f2905c490e409.tar.gz vyos-1x-904cbe448c578905c9af1d15059f2905c490e409.zip |
Merge pull request #2178 from sarthurdev/labels
github: Labeler needs to run on `pull_request_target`
Diffstat (limited to '.github/workflows/pull-request-labels.yml')
-rw-r--r-- | .github/workflows/pull-request-labels.yml | 2 |
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 |