aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2022-02-16 18:00:24 +0000
committerGravatar Joe Banks <[email protected]>2022-02-16 18:01:08 +0000
commit96b339fcde4a8d3b707b9f97af780d2167ac39be (patch)
tree05deb6b83874edbcc4289b80c04a451b74ae890a
parentAdd PostUp directive for routing wg subnet (diff)
Delete projects_automation.yml
-rw-r--r--.github/workflows/projects_automation.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/projects_automation.yml b/.github/workflows/projects_automation.yml
deleted file mode 100644
index 11ddf19..0000000
--- a/.github/workflows/projects_automation.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: Add issues and PRs to project
-
-on:
- issues:
- types: [opened]
-
-jobs:
- build:
- runs-on: ubuntu-latest
-
- steps:
- - uses: alex-page/[email protected]
- with:
- project: Infrastructure
- column: Todo
- repo-token: ${{ secrets.GITHUB_TOKEN }}