Skip to content

chore: fix docs PR label removing team label #14

chore: fix docs PR label removing team label

chore: fix docs PR label removing team label #14

Workflow file for this run

name: "Add Docs PR Label"
on:
pull_request:
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- id: label-the-PR
uses: actions/labeler@v5
- uses: JulienKode/team-labeler-action@v1.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"