Skip to content

Commit

Permalink
chore: 🤖 add auto labelling for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky authored Jun 18, 2024
1 parent f475476 commit 25c1d1d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/projectcard-autolabel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: ProjectCard Auto Labels

on:
project_card:
types: [moved]

jobs:
projectcardautolabel_job:
runs-on: ubuntu-latest
steps:
- name: Run ProjectCard AutoLabel
id: runprojectcardautolabel
uses: Matticusau/projectcard-autolabel@v1.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
autolabel-config: '[{"column":"Backlog", "add_labels":["🚑 triage"]},{"column":"Backlog", "remove_labels":["🚑 triage"]},{"column":"In progress", "add_labels":["pending: in progress"]},{"column":"In review", "remove_labels":["pending: in progress"]}]'

0 comments on commit 25c1d1d

Please sign in to comment.