Skip to content

build(deps): Bump crazy-max/ghaction-github-labeler from 4.0.0 to 5.0.0 #127

build(deps): Bump crazy-max/ghaction-github-labeler from 4.0.0 to 5.0.0

build(deps): Bump crazy-max/ghaction-github-labeler from 4.0.0 to 5.0.0 #127

Workflow file for this run

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