Skip to content

maintain(deps): bump actions/checkout from 3 to 4 #59

maintain(deps): bump actions/checkout from 3 to 4

maintain(deps): bump actions/checkout from 3 to 4 #59

Workflow file for this run

name: "Manage github labels"
on:
push:
branches: [main]
paths:
- ".github/workflows/manage-labels.yaml"
- ".github/labels.yaml"
pull_request:
paths:
- ".github/workflows/manage-labels.yaml"
- ".github/labels.yaml"
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Apply github labels from config
uses: crazy-max/ghaction-github-labeler@v4
with:
yaml-file: .github/labels.yaml
skip-delete: true
dry-run: "${{ github.event_name == 'pull_request' }}"