Skip to content

GH Actions/label new PRs: fix yaml file + other tweaks #24

GH Actions/label new PRs: fix yaml file + other tweaks

GH Actions/label new PRs: fix yaml file + other tweaks #24

Workflow file for this run

name: Label new PRs
on:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
pull_request_target:
jobs:
label-new-prs:
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"