Skip to content

Merge pull request #24 from opsmill/develop #1

Merge pull request #24 from opsmill/develop

Merge pull request #24 from opsmill/develop #1

---
# yamllint disable rule:truthy
name: "Managing Github Labels"
on:
push:
branches:
- "stable"
paths:
- ".github/labels.yml"
- ".github/workflows/labels.yml"
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml