From f73f4c213f9bfae666054716806ddf60bd23723a Mon Sep 17 00:00:00 2001 From: MantisClone Date: Sat, 22 Mar 2025 00:54:20 -0400 Subject: [PATCH] chore: shorten workflow names --- .github/workflows/integration-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ef4704a..30dd76b 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1,12 +1,12 @@ -name: Integration Test for PR Automated Comments +name: Integration Test on: pull_request_target: types: [opened, ready_for_review, closed] jobs: - test-pr-comments: - name: Test PR Comments + pr-comments: + name: PR Comments uses: RequestNetwork/auto-comments/.github/workflows/pr-auto-comments.yml@main with: org_name: "RequestNetwork"