Skip to content

Update croc from 9.6.3 to 9.6.11 (#190) #132

Update croc from 9.6.3 to 9.6.11 (#190)

Update croc from 9.6.3 to 9.6.11 (#190) #132

Workflow file for this run

name: Update Labels
on:
push:
branches:
- main
workflow_dispatch:
jobs:
labeler:
name: Update labels
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Update labels
if: success()
uses: crazy-max/ghaction-github-labeler@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: false
dry-run: false