Skip to content

build(ci): update CI to run on self-hosted runners #531

build(ci): update CI to run on self-hosted runners

build(ci): update CI to run on self-hosted runners #531

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
# Cancel all previous runs of the same workflow when a new one is triggered in the same branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Labeler:
runs-on: self-hosted
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Apply PR labels 🏷️
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true