Skip to content

🔄 synced local '.github/labels.yml' with remote '.github/labels.yml' #16

🔄 synced local '.github/labels.yml' with remote '.github/labels.yml'

🔄 synced local '.github/labels.yml' with remote '.github/labels.yml' #16

Workflow file for this run

name: Create labels
on:
push:
branches:
- 'main'
paths:
- '.github/labels.yml'
- '.github/workflows/create-labels.yml'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/[email protected]
-
name: Run Labeler
if: success()
uses: crazy-max/[email protected]