This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3306 from comit-network/release/nectar/0.1.0
- Loading branch information
Showing
37 changed files
with
1,010 additions
and
705 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 |
---|---|---|
|
@@ -13,13 +13,14 @@ jobs: | |
name: Merge release-branch back into dev | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Create pull request for merging release-branch back into dev | ||
- name: Create pull request for merging master back into dev | ||
uses: thomaseizinger/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.BOTTY_GITHUB_TOKEN }} | ||
head: ${{ github.event.pull_request.head.ref }} | ||
head: master | ||
base: dev | ||
title: Merge `${{ github.event.pull_request.head.ref }}` into `dev` | ||
title: Merge `master` into `dev` | ||
body: | | ||
This PR merges the `${{ github.event.pull_request.head.ref }}` branch back into `dev`. | ||
This PR merges the `master` branch back into `dev`. | ||
This happens to ensure that the updates that happend on the release branch, i.e. CHANGELOG and manifest updates are also present on the dev branch. | ||
Otherwise, GitHub will "complain" that the next release branch is not up to date with master because it is missing the merge commit from the last release. |
Oops, something went wrong.