Skip to content

Add write permission to the labeler job #301

Add write permission to the labeler job

Add write permission to the labeler job #301

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: DataDog/labeler@glob-all
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"