Skip to content

ci(): migrate all github actions to self-hosted runners #1555

ci(): migrate all github actions to self-hosted runners

ci(): migrate all github actions to self-hosted runners #1555

Workflow file for this run

name: PR Labeler
on:
- pull_request_target
jobs:
pr-label:
permissions:
contents: read
pull-requests: write
runs-on: tools-runner-small
steps:
- uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"