diff --git a/.github/workflows/FormatPullRequest.yml b/.github/workflows/FormatPullRequest.yml index b9a329c..5a8b627 100644 --- a/.github/workflows/FormatPullRequest.yml +++ b/.github/workflows/FormatPullRequest.yml @@ -3,6 +3,9 @@ on: schedule: - cron: "0 0 * * *" workflow_dispatch: ~ + issue_comment: + types: + - "created" permissions: contents: "write" pull-requests: "write" @@ -10,3 +13,4 @@ jobs: format-pull-request: name: "Format Pull Request" uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@main" + secrets: "inherit" diff --git a/Project.toml b/Project.toml index 8f69f4a..411d07a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FunctionImplementations" uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" -version = "0.4.12" +version = "0.4.13" authors = ["ITensor developers and contributors"] [workspace] diff --git a/docs/Project.toml b/docs/Project.toml index 6bd95ce..f6ccdbb 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,12 +1,12 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" +Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" -[sources] -FunctionImplementations = {path = ".."} +[sources.FunctionImplementations] +path = ".." [compat] Documenter = "1" -Literate = "2" FunctionImplementations = "0.4" +Literate = "2" diff --git a/examples/Project.toml b/examples/Project.toml index 2706863..867eb3c 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -1,8 +1,8 @@ [deps] FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" -[sources] -FunctionImplementations = {path = ".."} +[sources.FunctionImplementations] +path = ".." [compat] FunctionImplementations = "0.4" diff --git a/test/Project.toml b/test/Project.toml index db796c7..3d955c3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -11,8 +11,8 @@ StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -[sources] -FunctionImplementations = {path = ".."} +[sources.FunctionImplementations] +path = ".." [compat] Adapt = "4"