From 546981f003b46ebe77bfc3a7deca95d31d93971f Mon Sep 17 00:00:00 2001 From: Chris Hirt Date: Tue, 8 Mar 2022 13:47:47 +0700 Subject: [PATCH] revert #1319 add-issues-to-project.yml This was a GA experiment that didn't work. I should figure out a better way to experiment with GA without polluting our git history. --- .github/workflows/add-issues-to-project.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/add-issues-to-project.yml diff --git a/.github/workflows/add-issues-to-project.yml b/.github/workflows/add-issues-to-project.yml deleted file mode 100644 index 70ef94799a..0000000000 --- a/.github/workflows/add-issues-to-project.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Add Issues To Project Board - -on: issues - types: opened - -jobs: - build-n-publish: - runs-on: ubuntu-latest - steps: - - - name: Add new issues to project board - uses: dhruvkb/issue-projector@0.0.7 - with: - ACCESS_TOKEN: ${{ github.token }} - ORG_NAME: sillsdev - PROJECT_NUMBER: 1 - COLUMN_NAME: Backlog - ISSUE_TYPE: issue -