Skip to content

Bump actions/upload-artifact from 4.6.0 to 4.6.1 #500

Bump actions/upload-artifact from 4.6.0 to 4.6.1

Bump actions/upload-artifact from 4.6.0 to 4.6.1 #500

name: Manage labels
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
labeler:
name: Labeler
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
permissions:
contents: read
issues: write # for crazy-max/ghaction-github-labeler to create, rename, update and delete label
steps:
- name: Harden Runner
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
with:
egress-policy: audit
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5.2.0
with:
github-token: ${{ secrets.TOKEN }}
yaml-file: .github/labels.yaml
skip-delete: true