Skip to content

Fetch from AC

Fetch from AC #3620

Workflow file for this run

name: PR Labeler
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-20.04
steps:
- uses: actions/labeler@v3
with:
repo-token: ${{ secrets.AC_GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: true