Skip to content

Bump crazy-max/ghaction-github-labeler from 5.1.0 to 5.2.0 #165

Bump crazy-max/ghaction-github-labeler from 5.1.0 to 5.2.0

Bump crazy-max/ghaction-github-labeler from 5.1.0 to 5.2.0 #165

name: "Label Actions PR"
on:
pull_request:
types: [opened, reopened]
permissions:
contents: read
jobs:
action:
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
configuration-path: .github/workflows/config/labeler.yml
sync-labels: false
dot: true