diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-08-27 12:19:24 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-08-27 12:30:29 +0200 |
commit | 0d413f5c55161df782594a0d45b05c5a697ced6d (patch) | |
tree | a7a492f16da9bae8be84f1c858dfec452f129c6c /.github/workflows/pull-request-labels.yml | |
parent | 8b62065eaa59d1c7d6ca8578089a67a2e7226ee9 (diff) | |
download | vyos-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/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 |