Skip to content

ci: use pull_request_target instead of pull_request for outside collaborators #28

ci: use pull_request_target instead of pull_request for outside collaborators

ci: use pull_request_target instead of pull_request for outside collaborators #28

Workflow file for this run

name: labeler
on:
pull_request_target:
types: [opened]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}