Skip to content

Commit 5db38cb

Browse files
authored
Apply replace_formatpullrequest patch (#30)
1 parent 1c4b2e9 commit 5db38cb

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 = "ITensorDocsNext"
22
uuid = "701fd796-f527-45da-9a53-2681c1a90c45"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

0 commit comments

Comments
 (0)