From 1cdeda201ccd1d53d40809725991d3ef13813516 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 20 Jan 2021 00:15:25 -0800 Subject: [PATCH] Remove untested triggers from the "Manage PRs" workflow I had intended to test these out but didn't get around to it. The workflow_dispatch might be convenient, but it's not at all essential since the same thing can be accomplished by commenting on the PR. --- .github/workflows/manage-prs.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/manage-prs.yml b/.github/workflows/manage-prs.yml index 6e691f71..7a35302b 100644 --- a/.github/workflows/manage-prs.yml +++ b/.github/workflows/manage-prs.yml @@ -13,10 +13,6 @@ on: types: - created - edited - # See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#workflow_dispatch - workflow_dispatch: - # See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#repository_dispatch - repository_dispatch: jobs: enabled: