Commit 90d492ec authored by tom's avatar tom

remove triage workflow

parent a3ba5696
name: Move new issues into Triage
on:
issues:
types:
- labeled
jobs:
automate-project-columns:
runs-on: ubuntu-latest
if: github.event.label.name == 'triage'
steps:
- uses: alex-page/github-project-automation-plus@v0.8.3
with:
project: Front-end tasks
column: Triage
repo-token: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment