Skip to content

chore(deps): update crazy-max/ghaction-github-labeler action to v4.2.0 #8

chore(deps): update crazy-max/ghaction-github-labeler action to v4.2.0

chore(deps): update crazy-max/ghaction-github-labeler action to v4.2.0 #8

Workflow file for this run

name: labeler
on:
push:
branches:
- main
pull_request:
paths:
- .github/workflows/labeler.yml
- .github/labels.yml
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Labeler
uses: crazy-max/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: false
dry-run: ${{ github.ref != 'refs/heads/master' }}