Skip to content

deps(actions): bump the github-actions group with 2 updates #24

deps(actions): bump the github-actions group with 2 updates

deps(actions): bump the github-actions group with 2 updates #24

Workflow file for this run

name: Label PRs
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"