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
2 changes: 2 additions & 0 deletions .github/workflows/CheckCompatBounds.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Check Compat Bounds"
on:
pull_request: ~
permissions:
contents: "read"
jobs:
check-compat-bounds:
name: "Check Compat Bounds"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: "${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}"
permissions:
contents: "write"
jobs:
build-and-deploy-docs:
name: "Documentation"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- "synchronize"
- "reopened"
- "ready_for_review"
permissions:
contents: "read"
jobs:
format-check:
name: "Format Check"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/FormatCheckComment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
- "Format Check"
types:
- "completed"
permissions:
pull-requests: "write"
actions: "read"
jobs:
comment:
name: "Format Check Comment"
if: "github.event.workflow_run.event == 'pull_request'"
permissions:
pull-requests: "write"
actions: "read"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheckComment.yml@v1"
secrets: "inherit"
3 changes: 3 additions & 0 deletions .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- "reopened"
- "ready_for_review"
- "converted_to_draft"
permissions:
actions: "read"
contents: "read"
jobs:
integration-test:
name: "IntegrationTest"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
workflow_dispatch: ~
env:
REGISTRY_TAGBOT_ACTION: "JuliaRegistries/TagBot"
permissions:
contents: "write"
issues: "read"
jobs:
TagBot:
if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: "${{ startsWith(github.ref, 'refs/pull/') }}"
permissions:
contents: "read"
jobs:
tests:
name: "Tests"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/VersionCheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Version Check"
on:
pull_request: ~
permissions:
contents: "read"
pull-requests: "read"
jobs:
version-check:
name: "Version Check"
Expand Down
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.57"
version = "0.3.58"
authors = ["ITensor developers <support@itensor.org> and contributors"]

[workspace]
Expand Down
2 changes: 2 additions & 0 deletions template/.github/workflows/CheckCompatBounds.yml.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Check Compat Bounds"
on:
pull_request: ~
permissions:
contents: "read"
jobs:
check-compat-bounds:
name: "Check Compat Bounds"
Expand Down
2 changes: 2 additions & 0 deletions template/.github/workflows/Documentation.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: "${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}"
permissions:
contents: "write"
jobs:
build-and-deploy-docs:
name: "Documentation"
Expand Down
2 changes: 2 additions & 0 deletions template/.github/workflows/FormatCheck.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- "synchronize"
- "reopened"
- "ready_for_review"
permissions:
contents: "read"
jobs:
format-check:
name: "Format Check"
Expand Down
6 changes: 3 additions & 3 deletions template/.github/workflows/FormatCheckComment.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
- "Format Check"
types:
- "completed"
permissions:
pull-requests: "write"
actions: "read"
jobs:
comment:
name: "Format Check Comment"
if: "github.event.workflow_run.event == 'pull_request'"
permissions:
pull-requests: "write"
actions: "read"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheckComment.yml@v1"
secrets: "inherit"
3 changes: 3 additions & 0 deletions template/.github/workflows/IntegrationTest.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- "reopened"
- "ready_for_review"
- "converted_to_draft"
permissions:
actions: "read"
contents: "read"
jobs:
integration-test:
name: "IntegrationTest"
Expand Down
3 changes: 3 additions & 0 deletions template/.github/workflows/TagBot.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
workflow_dispatch: ~
env:
REGISTRY_TAGBOT_ACTION: "JuliaRegistries/TagBot"
permissions:
contents: "write"
issues: "read"
jobs:
TagBot:
if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
Expand Down
2 changes: 2 additions & 0 deletions template/.github/workflows/Tests.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: "${{ startsWith(github.ref, 'refs/pull/') }}"
permissions:
contents: "read"
jobs:
tests:
name: "Tests"
Expand Down
3 changes: 3 additions & 0 deletions template/.github/workflows/VersionCheck.yml.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Version Check"
on:
pull_request: ~
permissions:
contents: "read"
pull-requests: "read"
jobs:
version-check:
name: "Version Check"
Expand Down
Loading