summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pull_request_triage.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pull_request_triage.yml b/.github/workflows/pull_request_triage.yml
index 341298a0f..a27392a92 100644
--- a/.github/workflows/pull_request_triage.yml
+++ b/.github/workflows/pull_request_triage.yml
@@ -1,13 +1,13 @@
on: pull_request
name: Triage Pull Request
jobs:
- mainJob:
+ triage:
name: Triage
- if: github.event.action == 'opened' || github.event.action == 'synchronize'
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: