-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into enrich-analytics
- Loading branch information
Showing
7 changed files
with
35 additions
and
46 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
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 |
---|---|---|
|
@@ -15,23 +15,27 @@ jobs: | |
if: github.event_name == 'workflow_dispatch' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- run: | | ||
git config --global user.name Olivaw[bot] | ||
git config --global user.email [email protected] | ||
git checkout -b bump/$(npm version ${{ github.event.inputs.bump }}) | ||
git push --set-upstream origin --follow-tags HEAD | ||
gh pr create --title "Bump version to $(git describe --tags)" --body "Approve me 🤖" | ||
gh pr merge --squash --auto | ||
gh pr merge --auto --squash | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }} | ||
release: | ||
if: github.event.pull_request.merged && startsWith(github.head_ref, 'bump/') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- run: | ||
gh release create --generate-notes {--title=CML\ ,}$(basename ${{ | ||
github.head_ref }}) | ||
gh release create --draft --generate-notes {--title=CML\ ,}$(basename | ||
${{ github.head_ref }}) | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }} | ||
package: | ||
needs: release | ||
secrets: inherit | ||
uses: ./.github/workflows/test-deploy.yml |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
a612323
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test Comment
a612323
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test Comment