Skip to content

Commit ce77422

Browse files
authored
Apply replace_formatpullrequest patch (#42)
1 parent c967172 commit ce77422

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.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 = "BackendSelection"
22
uuid = "680c2d7c-f67a-4cc9-ae9c-da132b1447a5"
3-
version = "0.1.22"
3+
version = "0.1.23"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

0 commit comments

Comments
 (0)