-
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.
Merge pull request #123 from qbicsoftware/master
Merge release 1.15.0 into development
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -89,4 +89,15 @@ jobs: | |
title: 'Update version to ${{ github.event.inputs.versionTag }}', | ||
head: 'release/set-version-to-${{ github.event.inputs.versionTag }}', | ||
base: 'master' | ||
}); | ||
- name: Open PR to development | ||
uses: actions/[email protected] | ||
with: | ||
github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}} | ||
script: | | ||
await github.request(`POST /repos/${{ github.repository }}/pulls`, { | ||
title: 'Merge release ${{ github.event.inputs.versionTag }} into development', | ||
head: 'master', | ||
base: 'development' | ||
}); |
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