diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2021-05-01 09:18:36 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2021-05-01 09:18:50 -0400 |
| commit | 68a06380cd5020727cc6fde3bf2a4185ca591c7f (patch) | |
| tree | 1dbd5b8c3643228d7d3d0be9212fbfe56aa19d9f /.github | |
| parent | d3311d494fe6574c8cb41106b017ec34b4251d2e (diff) | |
Fix labeler action for forks
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/label.yml | 5 |
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 }}" |
