Skip to content

docs: add 6 comprehensive governance tutorials #61

docs: add 6 comprehensive governance tutorials

docs: add 6 comprehensive governance tutorials #61

Workflow file for this run

# Copyright (c) Microsoft Corporation. Licensed under the MIT License.
name: Auto Label PRs
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true