Skip to content

Commit 4d1153e

Browse files
committed
Modify FormatPullRequest.yml to allow for format comments
1 parent 5679dc5 commit 4d1153e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/FormatPullRequest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
schedule:
44
- cron: "0 0 * * *"
55
workflow_dispatch: ~
6+
issue_comment:
7+
types:
8+
- "created"
69
permissions:
710
contents: "write"
811
pull-requests: "write"

0 commit comments

Comments
 (0)