Skip to content

Bump the github-action-dependencies group across 1 directory with 4 u… #2

Bump the github-action-dependencies group across 1 directory with 4 u…

Bump the github-action-dependencies group across 1 directory with 4 u… #2

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.1.0
with:
skip-delete: true