Skip to content

feat: FastTracker II style task monitoring widget #55

feat: FastTracker II style task monitoring widget

feat: FastTracker II style task monitoring widget #55

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
concurrency:
group: labeler-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true