summaryrefslogtreecommitdiff
path: root/.github/workflows/doc-autolabel.yml
blob: 54c065bdc6fbadc6861591fa7a7e52486c6a9b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: Label documentation changes automatically
on:
- pull_request_target

jobs:
  triage:
    permissions:
      contents: read
      pull-requests: write
    runs-on: ubuntu-latest
    steps:
    - uses: actions/labeler@v4