forked from ProteoWizard/pwiz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove inappropriate merge strategy and try again with default strate…
…gy (ProteoWizard#1673) Remove inappropriate merge strategy and try again with default strategy Switch from triggering on push to master to triggering on issue comment Add more path exclusions for build_and_test.yml
- Loading branch information
Showing
2 changed files
with
15 additions
and
4 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
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 |
---|---|---|
@@ -1,8 +1,12 @@ | ||
name: Cherry-pick from master to Skyline release branch | ||
on: | ||
push: | ||
branches: | ||
- master | ||
#push: | ||
# branches: | ||
# - master | ||
issue_comment: | ||
types: | ||
- created | ||
- edited | ||
jobs: | ||
release_pull_request: | ||
runs-on: ubuntu-latest | ||
|
@@ -15,7 +19,7 @@ jobs: | |
with: | ||
pr_branch: 'Skyline/skyline_21_1' | ||
opt_in_message: '[cp-to-release]' | ||
merge_strategy: '--strategy=recursive -Xtheirs' | ||
#merge_strategy: '--strategy=recursive -Xtheirs' | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITBOT_EMAIL: [email protected] | ||
|