Skip to content
name: "Pull Request Labeler"
on:
pull_request_target:
# Permissions needed for labelling Pull Requests automatically
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication
permissions:
contents: read
pull-requests: write
jobs:
label_pull_request:
runs-on: ubuntu-latest
steps:
- uses: thomasjpfan/[email protected]
continue-on-error: true
if: github.repository == 'scipy/scipy'
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/label-globs.yml"