From 46f0c4783d29164f05dd105645e90b0786aa03dc Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Sat, 9 Nov 2024 20:28:23 -0800 Subject: [PATCH] update slash command names --- .github/workflows/{fix-pr-command.yml => autofix-command.yml} | 2 +- .github/workflows/slash_command_dispatch.yml | 4 ++-- .github/workflows/{test-pr-command.yml => test-command.yml} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{fix-pr-command.yml => autofix-command.yml} (99%) rename .github/workflows/{test-pr-command.yml => test-command.yml} (99%) diff --git a/.github/workflows/fix-pr-command.yml b/.github/workflows/autofix-command.yml similarity index 99% rename from .github/workflows/fix-pr-command.yml rename to .github/workflows/autofix-command.yml index 3282bcf6..d01d24e2 100644 --- a/.github/workflows/fix-pr-command.yml +++ b/.github/workflows/autofix-command.yml @@ -1,4 +1,4 @@ -name: On-Demand PR Auto-Fix +name: On-Demand AutoFix on: workflow_dispatch: diff --git a/.github/workflows/slash_command_dispatch.yml b/.github/workflows/slash_command_dispatch.yml index b1f406e7..8318d34b 100644 --- a/.github/workflows/slash_command_dispatch.yml +++ b/.github/workflows/slash_command_dispatch.yml @@ -20,8 +20,8 @@ jobs: dispatch-type: workflow issue-type: pull-request commands: | - fix-pr - test-pr + autofix + test poetry-lock static-args: | pr=${{ github.event.issue.number }} diff --git a/.github/workflows/test-pr-command.yml b/.github/workflows/test-command.yml similarity index 99% rename from .github/workflows/test-pr-command.yml rename to .github/workflows/test-command.yml index 87c671e9..cb2e2a75 100644 --- a/.github/workflows/test-pr-command.yml +++ b/.github/workflows/test-command.yml @@ -1,4 +1,4 @@ -name: On-Demand PR Test +name: On-Demand Test on: workflow_dispatch: