We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a343030 commit 42b2086Copy full SHA for 42b2086
1 file changed
.github/workflows/FormatPullRequest.yml
@@ -4,7 +4,8 @@ on:
4
- cron: "0 0 * * *"
5
workflow_dispatch: ~
6
issue_comment:
7
- types: ["created"]
+ types:
8
+ - "created"
9
permissions:
10
contents: "write"
11
pull-requests: "write"
0 commit comments