Skip to content

Commit 9b6d2d0

Browse files
authored
Merge pull request #3212 from rintaro/6.3-update-publisher-again
[6.3] Update allowed publishers (retake)
2 parents 61afe79 + 1c5011d commit 9b6d2d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
create_merge_pr:
1212
name: Create PR to merge main into release branch
13-
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
13+
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@0.0.2
1414
with:
1515
base_branch: release/6.2
1616
permissions:

.github/workflows/publish_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- run: |
30-
if [[ "${{ github.triggering_actor }}" != "bnbarham" ]]; then
30+
if [[ "${{ github.triggering_actor }}" != "rintaro" && "${{ github.triggering_actor }}" != "hamishknight" ]]; then
3131
echo "${{ github.triggering_actor }} is not allowed to create a release"
3232
exit 1
3333
fi
3434
test:
3535
name: Test in ${{ matrix.release && 'Release' || 'Debug' }} configuration
36-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
36+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
3737
strategy:
3838
fail-fast: false
3939
matrix:

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ concurrency:
1616
jobs:
1717
tests:
1818
name: Test
19-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
19+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
2020
with:
2121
enable_wasm_sdk_build: true
2222
soundness:
2323
name: Soundness
24-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
24+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.2
2525
with:
2626
api_breakage_check_enabled: false # https://github.com/swiftlang/swift-syntax/issues/3010
2727
docs_check_additional_arguments: "--disable-parameters-and-returns-validation"

0 commit comments

Comments
 (0)