Skip to content

CLR + Rebalance of Uplink and Security #404

CLR + Rebalance of Uplink and Security

CLR + Rebalance of Uplink and Security #404

Workflow file for this run

name: "Labeling: PostMeta"
on:
issues:
types: [opened, edited, milestoned]
pull_request_target:
types: [synchronize, opened, reopened, ready_for_review]
jobs:
labeling_tool:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Global labeler
id: glob_labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: PR labeling tool
id: pr_labeler
uses: actions/labeler@v5