Commit a4f6a996 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

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.
parent 15dd7705
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 }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment