💚 Remove broken automation

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
2020-08-13 21:55:49 +01:00
parent 675ab12908
commit ab1d1f0d35

View File

@@ -1,15 +0,0 @@
name: Run project automation tasks
on:
issues:
types: [assigned]
jobs:
issues-inprogress:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.2.4
with:
project: v1.0
column: In progress
repo-token: ${{ secrets.GITHUB_TOKEN }}