Skip to content

Commit 3dee550

Browse files
authored
Apply replace_formatpullrequest patch (#26)
1 parent 1ec59a5 commit 3dee550

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
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 = "FunctionImplementations"
22
uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
3-
version = "0.4.12"
3+
version = "0.4.13"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

docs/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
43
FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
4+
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
55

6-
[sources]
7-
FunctionImplementations = {path = ".."}
6+
[sources.FunctionImplementations]
7+
path = ".."
88

99
[compat]
1010
Documenter = "1"
11-
Literate = "2"
1211
FunctionImplementations = "0.4"
12+
Literate = "2"

examples/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[deps]
22
FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
33

4-
[sources]
5-
FunctionImplementations = {path = ".."}
4+
[sources.FunctionImplementations]
5+
path = ".."
66

77
[compat]
88
FunctionImplementations = "0.4"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
1111
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
1212
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313

14-
[sources]
15-
FunctionImplementations = {path = ".."}
14+
[sources.FunctionImplementations]
15+
path = ".."
1616

1717
[compat]
1818
Adapt = "4"

0 commit comments

Comments
 (0)