diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 2defc1e..3c290ea 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -1,10 +1,14 @@ name: "Format Check" on: - pull_request: ~ + pull_request_target: + types: + - "opened" + - "synchronize" + - "reopened" + - "ready_for_review" permissions: contents: "read" - checks: "write" - issues: "write" + actions: "write" pull-requests: "write" jobs: format-check: diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 8c36db7..7876e9c 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -3,23 +3,7 @@ on: issue_comment: types: - "created" - workflow_dispatch: - inputs: - lookback: - default: "3" -permissions: - actions: "read" - checks: "read" - contents: "write" - deployments: "read" - issues: "read" - discussions: "read" - packages: "read" - pages: "read" - pull-requests: "read" - repository-projects: "read" - security-events: "read" - statuses: "read" + workflow_dispatch: ~ jobs: TagBot: if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'" @@ -28,4 +12,5 @@ jobs: - uses: "JuliaRegistries/TagBot@v1" with: token: "${{ secrets.GITHUB_TOKEN }}" + registry: "ITensor/ITensorRegistry" ssh: "${{ secrets.DOCUMENTER_KEY }}" diff --git a/Project.toml b/Project.toml index efea4c1..a3eebb9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BackendSelection" uuid = "680c2d7c-f67a-4cc9-ae9c-da132b1447a5" -version = "0.1.16" +version = "0.1.17" authors = ["ITensor developers and contributors"] [compat]