summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2021-05-01 09:18:36 -0400
committerDave Henderson <dhenderson@gmail.com>2021-05-01 09:18:50 -0400
commit68a06380cd5020727cc6fde3bf2a4185ca591c7f (patch)
tree1dbd5b8c3643228d7d3d0be9212fbfe56aa19d9f /.github
parentd3311d494fe6574c8cb41106b017ec34b4251d2e (diff)
Fix labeler action for forks
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/label.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml
index f204eee6..0609baa6 100644
--- a/.github/workflows/label.yml
+++ b/.github/workflows/label.yml
@@ -1,10 +1,11 @@
name: Labeler
-on: [pull_request]
+on:
+ - pull_request_target
jobs:
label:
runs-on: ubuntu-latest
steps:
- - uses: actions/labeler@v2
+ - uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"