Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/CheckCompatBounds.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Check Compat Bounds"
name: "CheckCompatBounds"
on:
pull_request: ~
permissions:
contents: "read"
jobs:
check-compat-bounds:
name: "Check Compat Bounds"
uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@v1"
name: "CheckCompatBounds"
uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@v2"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
4 changes: 2 additions & 2 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ permissions:
contents: "write"
pull-requests: "write"
jobs:
compat-helper:
compathelper:
name: "CompatHelper"
uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@v2"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
secrets: "inherit"
4 changes: 2 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ concurrency:
permissions:
contents: "write"
jobs:
build-and-deploy-docs:
documentation:
name: "Documentation"
uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@v2"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
secrets:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Format Check"
name: "FormatCheck"
on:
pull_request:
types:
Expand All @@ -10,5 +10,5 @@ permissions:
contents: "read"
jobs:
format-check:
name: "Format Check"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheck.yml@v1"
name: "FormatCheck"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheck.yml@v2"
10 changes: 5 additions & 5 deletions .github/workflows/FormatCheckComment.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: "Format Check Comment"
name: "FormatCheckComment"
on:
workflow_run:
workflows:
- "Format Check"
- "FormatCheck"
types:
- "completed"
permissions:
pull-requests: "write"
actions: "read"
jobs:
comment:
name: "Format Check Comment"
format-check-comment:
name: "FormatCheckComment"
if: "github.event.workflow_run.event == 'pull_request'"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheckComment.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheckComment.yml@v2"
secrets: "inherit"
6 changes: 3 additions & 3 deletions .github/workflows/FormatPullRequest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Format Pull Request"
name: "FormatPullRequest"
on:
schedule:
- cron: "0 0 * * *"
Expand All @@ -11,6 +11,6 @@ permissions:
pull-requests: "write"
jobs:
format-pull-request:
name: "Format Pull Request"
uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@v1"
name: "FormatPullRequest"
uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@v2"
secrets: "inherit"
2 changes: 1 addition & 1 deletion .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
integration-test:
name: "IntegrationTest"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@v2"
secrets: "inherit"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/IntegrationTestRequest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Integration Test Request"
name: "IntegrationTestRequest"
on:
issue_comment:
types:
Expand All @@ -9,11 +9,12 @@ permissions:
checks: "write"
pull-requests: "write"
jobs:
integrationrequest:
integration-test-request:
name: "IntegrationTestRequest"
if: |
github.event.issue.pull_request &&
contains(fromJSON('["OWNER", "COLLABORATOR", "MEMBER"]'), github.event.comment.author_association)
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTestRequest.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTestRequest.yml@v2"
secrets: "inherit"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
7 changes: 4 additions & 3 deletions .github/workflows/Registrator.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Register Package"
name: "Registrator"
on:
workflow_dispatch: ~
push:
Expand All @@ -15,8 +15,9 @@ permissions:
pull-requests: "write"
issues: "write"
jobs:
Register:
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@v1"
registrator:
name: "Registrator"
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@v2"
with:
localregistry: "ITensor/ITensorRegistry"
secrets: "inherit"
5 changes: 3 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ permissions:
contents: "write"
issues: "read"
jobs:
TagBot:
tagbot:
name: "TagBot"
if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@v2"
secrets: "inherit"
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- "ubuntu-latest"
- "macOS-latest"
- "windows-latest"
uses: "ITensor/ITensorActions/.github/workflows/Tests.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/Tests.yml@v2"
with:
group: "${{ matrix.group }}"
julia-version: "${{ matrix.version }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/VersionCheck.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "Version Check"
name: "VersionCheck"
on:
pull_request: ~
permissions:
contents: "read"
pull-requests: "read"
jobs:
version-check:
name: "Version Check"
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@v1"
name: "VersionCheck"
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@v2"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ITensorPkgSkeleton"
uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
version = "0.3.58"
version = "0.3.59"
authors = ["ITensor developers <support@itensor.org> and contributors"]

[workspace]
Expand Down
6 changes: 3 additions & 3 deletions template/.github/workflows/CheckCompatBounds.yml.template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Check Compat Bounds"
name: "CheckCompatBounds"
on:
pull_request: ~
permissions:
contents: "read"
jobs:
check-compat-bounds:
name: "Check Compat Bounds"
uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@v1"
name: "CheckCompatBounds"
uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@v2"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
4 changes: 2 additions & 2 deletions template/.github/workflows/CompatHelper.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ permissions:
contents: "write"
pull-requests: "write"
jobs:
compat-helper:
compathelper:
name: "CompatHelper"
uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@v2"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
secrets: "inherit"
4 changes: 2 additions & 2 deletions template/.github/workflows/Documentation.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ concurrency:
permissions:
contents: "write"
jobs:
build-and-deploy-docs:
documentation:
name: "Documentation"
uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@v2"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
secrets:
Expand Down
6 changes: 3 additions & 3 deletions template/.github/workflows/FormatCheck.yml.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Format Check"
name: "FormatCheck"
on:
pull_request:
types:
Expand All @@ -10,5 +10,5 @@ permissions:
contents: "read"
jobs:
format-check:
name: "Format Check"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheck.yml@v1"
name: "FormatCheck"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheck.yml@v2"
10 changes: 5 additions & 5 deletions template/.github/workflows/FormatCheckComment.yml.template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: "Format Check Comment"
name: "FormatCheckComment"
on:
workflow_run:
workflows:
- "Format Check"
- "FormatCheck"
types:
- "completed"
permissions:
pull-requests: "write"
actions: "read"
jobs:
comment:
name: "Format Check Comment"
format-check-comment:
name: "FormatCheckComment"
if: "github.event.workflow_run.event == 'pull_request'"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheckComment.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheckComment.yml@v2"
secrets: "inherit"
6 changes: 3 additions & 3 deletions template/.github/workflows/FormatPullRequest.yml.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Format Pull Request"
name: "FormatPullRequest"
on:
schedule:
- cron: "0 0 * * *"
Expand All @@ -11,6 +11,6 @@ permissions:
pull-requests: "write"
jobs:
format-pull-request:
name: "Format Pull Request"
uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@v1"
name: "FormatPullRequest"
uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@v2"
secrets: "inherit"
2 changes: 1 addition & 1 deletion template/.github/workflows/IntegrationTest.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
integration-test:
name: "IntegrationTest"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@v2"
secrets: "inherit"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Integration Test Request"
name: "IntegrationTestRequest"
on:
issue_comment:
types:
Expand All @@ -9,11 +9,12 @@ permissions:
checks: "write"
pull-requests: "write"
jobs:
integrationrequest:
integration-test-request:
name: "IntegrationTestRequest"
if: |
github.event.issue.pull_request &&
contains(fromJSON('["OWNER", "COLLABORATOR", "MEMBER"]'), github.event.comment.author_association)
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTestRequest.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTestRequest.yml@v2"
secrets: "inherit"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
7 changes: 4 additions & 3 deletions template/.github/workflows/Registrator.yml.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Register Package"
name: "Registrator"
on:
workflow_dispatch: ~
push:
Expand All @@ -15,8 +15,9 @@ permissions:
pull-requests: "write"
issues: "write"
jobs:
Register:
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@v1"
registrator:
name: "Registrator"
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@v2"
with:
localregistry: "ITensor/ITensorRegistry"
secrets: "inherit"
5 changes: 3 additions & 2 deletions template/.github/workflows/TagBot.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ permissions:
contents: "write"
issues: "read"
jobs:
TagBot:
tagbot:
name: "TagBot"
if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@v2"
secrets: "inherit"
2 changes: 1 addition & 1 deletion template/.github/workflows/Tests.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- "ubuntu-latest"
- "macOS-latest"
- "windows-latest"
uses: "ITensor/ITensorActions/.github/workflows/Tests.yml@v1"
uses: "ITensor/ITensorActions/.github/workflows/Tests.yml@v2"
with:
group: "${{ matrix.group }}"
julia-version: "${{ matrix.version }}"
Expand Down
6 changes: 3 additions & 3 deletions template/.github/workflows/VersionCheck.yml.template
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "Version Check"
name: "VersionCheck"
on:
pull_request: ~
permissions:
contents: "read"
pull-requests: "read"
jobs:
version-check:
name: "Version Check"
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@v1"
name: "VersionCheck"
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@v2"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
Loading