Skip to content

Commit a343030

Browse files
committed
Modify FormatPullRequest to allow for format comments
1 parent 5679dc5 commit a343030

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/FormatPullRequest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
schedule:
44
- cron: "0 0 * * *"
55
workflow_dispatch: ~
6+
issue_comment:
7+
types: ["created"]
68
permissions:
79
contents: "write"
810
pull-requests: "write"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SparseArraysBase"
22
uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208"
3-
version = "0.9.19"
3+
version = "0.9.20"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

0 commit comments

Comments
 (0)