Skip to content

chore(deps): bump actions/checkout from 3 to 4 (#599) #15

chore(deps): bump actions/checkout from 3 to 4 (#599)

chore(deps): bump actions/checkout from 3 to 4 (#599) #15

Workflow file for this run

name: labels
on:
push:
branches: [master]
paths:
- .github/labels.yml
- .github/workflows/labels.yml
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}