浏览代码

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.
Marc Cornellà 5 年之前
父节点
当前提交
a4f6a9964c
共有 1 个文件被更改,包括 0 次插入15 次删除
  1. 0 15
      .github/workflows/pull_request_triage.yml

+ 0 - 15
.github/workflows/pull_request_triage.yml

@@ -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 }}