Skip to content

test: PR labeler + template check #1

test: PR labeler + template check

test: PR labeler + template check #1

Workflow file for this run

name: "PR Labeler"
on:
pull_request:
types: [opened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"