Skip to content

Merge pull request #1339 from sigmavirus24/dependabot/github_actions/… #223

Merge pull request #1339 from sigmavirus24/dependabot/github_actions/…

Merge pull request #1339 from sigmavirus24/dependabot/github_actions/… #223

Workflow file for this run

name: Labeler
on:
push:
branches:
- main
- master
permissions:
contents: read
jobs:
labeler:
permissions:
contents: read # for actions/checkout to fetch code
issues: write # for crazy-max/ghaction-github-labeler to create, rename, update and delete label
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
with:
egress-policy: audit
- name: Check out the repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@548a7c3603594ec17c819e1239f281a3b801ab4d # v6.0.0
with:
skip-delete: true