Skip to content

🔄 synced local '.github/workflows/create-labels.yml' with remote '.gi… #24

🔄 synced local '.github/workflows/create-labels.yml' with remote '.gi…

🔄 synced local '.github/workflows/create-labels.yml' with remote '.gi… #24

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/checkout@v3.5.3
-
name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v5.0.0