Skip to content

ci: Mac changes, self-hosted runner now available #170

ci: Mac changes, self-hosted runner now available

ci: Mac changes, self-hosted runner now available #170

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, reopened]
permissions:
contents: read
jobs:
triage:
permissions:
pull-requests: write # Labeler needs to be able to add labels to PRs.
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
egress-policy: audit
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}