1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 08:50:08 +00:00

meta: remove PR triage GitHub action 😢

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.
This commit is contained in:
Marc Cornellà 2019-09-03 21:19:38 +02:00
parent 15dd77055e
commit a4f6a9964c

View file

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