Skip to content

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

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 #218

Workflow file for this run

name: Community
on:
issues:
types: [opened, edited, milestoned]
pull_request_target:
types: [opened]
permissions:
contents: read
# .github/labeler.yml
jobs:
labeler_action:
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@cfce1831f33e0e4604bbc4e6933eb2f56c2fa530 # v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}