-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
715b314
commit 76c29b6
Showing
1 changed file
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,19 +12,21 @@ jobs: | |
runs-on: macos-14 | ||
if: github.event.issue.pull_request && github.event.comment.body == '/merge' && github.event.issue.state == 'open' && endsWith(github.event.issue.title, 'Release') | ||
steps: | ||
- name: Connect iOS Bot | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }} | ||
- run: echo "Test passed" | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
# - name: Connect iOS Bot | ||
# uses: webfactory/[email protected] | ||
# with: | ||
# ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }} | ||
|
||
- uses: ./.github/actions/ruby-cache | ||
# - uses: actions/[email protected] | ||
# with: | ||
# fetch-depth: 0 | ||
|
||
- name: Create Release PR | ||
run: bundle exec fastlane merge_release_to_main --verbose | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }} | ||
GITHUB_PR_NUM: ${{ github.event.issue.number }} | ||
# - uses: ./.github/actions/ruby-cache | ||
|
||
# - name: Create Release PR | ||
# run: bundle exec fastlane merge_release_to_main --verbose | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }} | ||
# GITHUB_PR_NUM: ${{ github.event.issue.number }} |