File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010jobs :
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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ concurrency:
1616jobs :
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"
You can’t perform that action at this time.
0 commit comments