We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
update-version
1 parent be60f78 commit cf8c531Copy full SHA for cf8c531
.github/workflows/auto_update_version.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
update-version:
11
- if: ${{ github.ref_type == 'branch' && startsWith(github.ref_name, 'release/') }}
+ if: ${{ github.repository == 'swiftlang/swift-format' && github.ref_type == 'branch' && startsWith(github.ref_name, 'release/') }}
12
runs-on: ubuntu-latest
13
permissions:
14
contents: write
0 commit comments