Skip to content

Commit e3ef6d6

Browse files
authored
Apply replace_formatpullrequest patch (#92)
1 parent ddb6dfa commit e3ef6d6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/FormatPullRequest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ 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"
912
jobs:
1013
format-pull-request:
1114
name: "Format Pull Request"
1215
uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@main"
16+
secrets: "inherit"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "KroneckerArrays"
22
uuid = "05d0b138-81bc-4ff7-84be-08becefb1ccc"
3-
version = "0.3.24"
3+
version = "0.3.25"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

0 commit comments

Comments
 (0)