diff options
-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 }} |