Skip to content

Bump the github-action-dependencies group with 3 updates (#473) #4

Bump the github-action-dependencies group with 3 updates (#473)

Bump the github-action-dependencies group with 3 updates (#473) #4

Workflow file for this run

name: Labeler
on:
push:
branches:
- main
- master
paths:
- ".github/labels.yml"
- ".github/workflows/labeler.yml"
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
issues: write
contents: read
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.3.0
with:
skip-delete: true