Skip to content

Commit

Permalink
update slash command names
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Nov 10, 2024
1 parent dd94afe commit 46f0c47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: On-Demand PR Auto-Fix
name: On-Demand AutoFix

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slash_command_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: On-Demand PR Test
name: On-Demand Test

on:
workflow_dispatch:
Expand Down

0 comments on commit 46f0c47

Please sign in to comment.