From 7181ea0b31adce9364fc6e131471be8e17b0781d Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Tue, 26 Jan 2021 14:37:54 +0100 Subject: [PATCH] Revert 008d289f6920847fe95f8711fc432d6b9acd4dd9 See also: - https://github.com/simple-icons/simple-icons/commit/bfe305f6c43f1bec882b2dfa6f58d45bd26c974f - https://github.com/simple-icons/simple-icons/pull/4418 --- .github/workflows/auto-assign-to-project.yml | 25 -------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/auto-assign-to-project.yml diff --git a/.github/workflows/auto-assign-to-project.yml b/.github/workflows/auto-assign-to-project.yml deleted file mode 100644 index b1abe9b1..00000000 --- a/.github/workflows/auto-assign-to-project.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Auto Assign to Project(s) - -on: - pull_request_target: - types: [opened, labeled] -env: - MY_GITHUB_TOKEN: ${{ secrets.AUTO_ASSIGN_WORKFLOW_TOKEN }} - -jobs: - assign-to-project: - runs-on: ubuntu-latest - name: Assign to Project - steps: - - name: Assign pull requests to "Unprioritised" - uses: srggrs/assign-one-project-github-action@1.2.0 - if: github.event.action == 'opened' - with: - project: https://github.com/orgs/simple-icons/projects/2 - column_name: Unprioritised - - name: Assign `icon outdated` pull requests to "Priority 1" - uses: srggrs/assign-one-project-github-action@1.2.0 - if: contains(github.event.pull_request.labels.*.name, 'icon outdated') - with: - project: https://github.com/orgs/simple-icons/projects/2 - column_name: Priority 1