Skip to content

chore(deps): bump actions/checkout from 5 to 6 in the all group #362

chore(deps): bump actions/checkout from 5 to 6 in the all group

chore(deps): bump actions/checkout from 5 to 6 in the all group #362

Workflow file for this run

name: Apply label to new issues and PRs
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
add-label:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
steps:
- name: Add label automatically to new issues and PRs
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
labels: "documentation"