Skip to content

Commit

Permalink
[ci] Fix merge_release_pr script.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana-yan committed Nov 13, 2023
1 parent 4724ae0 commit 8eb3565
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge_release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
approve-release-pull-request:
if: |
(startsWith(github.head_ref, 'release-v') ||
startsWith(github.head_ref, 'release/v')) &&
startsWith(github.base_ref, 'main')
startsWith(github.head_ref, 'release/v') ||
startsWith(github.base_ref, 'main')) &&
startsWith(github.event.pull_request.user.login, 'mapbox-github-ci-writer-public-') &&
github.event.pull_request.user.id == '93400552'
runs-on: ubuntu-latest
Expand All @@ -21,8 +21,8 @@ jobs:
re-trigger-circleci-for-cocoapods:
if: |
(startsWith(github.head_ref, 'release-v') ||
startsWith(github.head_ref, 'release/v')) &&
startsWith(github.base_ref, 'main')
startsWith(github.head_ref, 'release/v') ||
startsWith(github.base_ref, 'main')) &&
startsWith(github.event.pull_request.user.login, 'mapbox-github-ci-writer-public-') &&
github.event.pull_request.user.id == '93400552'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8eb3565

Please sign in to comment.