diff options
author | 2022-02-16 18:00:24 +0000 | |
---|---|---|
committer | 2022-02-16 18:01:08 +0000 | |
commit | 96b339fcde4a8d3b707b9f97af780d2167ac39be (patch) | |
tree | 05deb6b83874edbcc4289b80c04a451b74ae890a | |
parent | Add PostUp directive for routing wg subnet (diff) |
Delete projects_automation.yml
-rw-r--r-- | .github/workflows/projects_automation.yml | 16 |
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 }} |