Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

PR-199-Fix-GlobDefine #738

PR-199-Fix-GlobDefine

PR-199-Fix-GlobDefine #738

Workflow file for this run

name: "Pull Request Labeler"
permissions:
contents: read
on:
pull_request_target:
branches:
- master
jobs:
triage:
permissions:
contents: read # may be required due to overwrite/add ambiguity
pull-requests: write # required to apply labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true