Skip to content

26.1 Update

26.1 Update #109

Workflow file for this run

# Labels new pull requests based on the paths of files being changed
# See https://github.com/marketplace/actions/labeler
name: Labeler
# On pull requests
on: [ pull_request_target ]
jobs:
triage:
name: Label
runs-on: ubuntu-latest
steps:
- name: 馃敄 Label
uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}