Skip to content

[CI] Fix Docker pipelines #173

[CI] Fix Docker pipelines

[CI] Fix Docker pipelines #173

Workflow file for this run

name: '[ADMIN] Pull Request Labeler'
on:
- pull_request
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'