Skip to content

Bump the actions group across 1 directory with 8 updates #2

Bump the actions group across 1 directory with 8 updates

Bump the actions group across 1 directory with 8 updates #2

Workflow file for this run

name: Update issue labels
on:
workflow_dispatch:
pull_request:
branches:
- master
paths:
- .github/labels.yml
- .github/workflows/labeler.yml
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}