summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2019-09-03 21:19:38 +0200
committerMarc Cornellà <marc.cornella@live.com>2019-09-03 21:19:38 +0200
commita4f6a9964ceec3d222a8caa8eb3e5cf6027cfbab (patch)
tree9212bf4bff586ad4f4742f6ca0003ae12af90813
parent15dd77055e2b4a931d50ad3e05f823893aac66af (diff)
downloadzsh-a4f6a9964ceec3d222a8caa8eb3e5cf6027cfbab.tar.gz
zsh-a4f6a9964ceec3d222a8caa8eb3e5cf6027cfbab.tar.bz2
zsh-a4f6a9964ceec3d222a8caa8eb3e5cf6027cfbab.zip
meta: remove PR triage GitHub action :cry:
We do this because the GitHub Actions behavior was changed recently so as to not pass secrets to action runs started from forks, therefore the API token passed cannot be used to change PR labels. There may be an alternative in the future.
-rw-r--r--.github/workflows/pull_request_triage.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/pull_request_triage.yml b/.github/workflows/pull_request_triage.yml
deleted file mode 100644
index 77ec4ce79..000000000
--- a/.github/workflows/pull_request_triage.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-on: pull_request
-name: Triage Pull Request
-jobs:
- triage:
- name: Triage
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@master
- if: github.event.action == 'opened' || github.event.action == 'synchronize'
- - name: Analyze and triage
- uses: ohmyzsh/github-actions/pull-request-triage@master
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- DEBUG_ACTIONS: ${{ secrets.DEBUG_ACTIONS }}