Skip to content

build(deps): Bump actions/checkout from 3 to 4 #126

build(deps): Bump actions/checkout from 3 to 4

build(deps): Bump actions/checkout from 3 to 4 #126

Workflow file for this run

name: Manage Labels
on: push
jobs:
labeler:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v4.0.0
with:
yaml_file: .github/labels.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}