Skip to content

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

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

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

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:
jobs:
label-new-prs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: srvaroa/labeler@master
with:
use_local_config: true
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"