Skip to content

Bump actions/stale from 9.0.0 to 9.1.0 #206

Bump actions/stale from 9.0.0 to 9.1.0

Bump actions/stale from 9.0.0 to 9.1.0 #206

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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@cfce1831f33e0e4604bbc4e6933eb2f56c2fa530 # v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}