From c1496c33555d5ecb1d91a16aa928b0a2336a7b99 Mon Sep 17 00:00:00 2001 From: thias15 Date: Thu, 1 Oct 2020 10:18:20 +0200 Subject: [PATCH] Delete pull-requests-progress.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unfortunately, there is no safe way to make secrets available and also no option to run this workflow only from this repo. As a result when a PR from a fork comes in, the action will fail. GitHub is not planning to fix this. 👎 [Discussion](https://github.community/t/make-secrets-available-to-builds-of-forks/16166/15) --- .github/workflows/pull-requests-progress.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/pull-requests-progress.yml diff --git a/.github/workflows/pull-requests-progress.yml b/.github/workflows/pull-requests-progress.yml deleted file mode 100644 index 4e50bfb5f..000000000 --- a/.github/workflows/pull-requests-progress.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Move pull requests into OpenBot - In progress - -on: - pull_request: - types: [opened,assigned] - -jobs: - automate-project-columns: - runs-on: ubuntu-latest - steps: - - uses: alex-page/github-project-automation-plus@v0.3.0 - with: - project: OpenBot - column: In progress - repo-token: ${{ secrets.GH_TOKEN }}