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: 1 addition & 1 deletion .github/workflows/automerge_to_future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
create_merge_pr:
name: Create PR to merge main branch into future branch
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@0.0.2
with:
base_branch: future
head_branch: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
create_merge_pr:
name: Create PR to merge release branch into main branch
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@0.0.2
with:
base_branch: main
head_branch: release/6.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
create_merge_pr:
name: Create PR to merge main into release branch
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@0.0.2
with:
base_branch: release/6.3
permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
tests:
name: Test (SwiftPM)
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
with:
linux_swift_versions: '["nightly-main"]'
windows_swift_versions: '["nightly-main"]'
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

soundness:
name: Soundness
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.2
with:
license_header_check_project_name: "Swift.org"
license_header_check_enabled: false
Expand Down