forked from NVIDIA/spark-rapids
-
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 #83 from pxLi/branch-0.2
[auto-merge] branch-0.2 to branch-0.3 [skip ci] [bot]
- Loading branch information
Showing
5 changed files
with
18 additions
and
16 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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# Workflows | ||
001 | ||
|
||
004 |
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 |
---|---|---|
|
@@ -30,30 +30,31 @@ jobs: | |
- name: Update CHANGELOG.md | ||
id: upt | ||
#run: echo "::set-output name=stdout::$(.github/workflows/changelog/changelog --base_refs=branch-0.1,branch-0.2,branch-0.3)" | ||
if: ${{ github.ref == 'refs/heads/branch-0.2' && github.event.pull_request.merged == true }} | ||
if: github.event.pull_request.merged == true | ||
uses: ./.github/workflows/changelog | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.PAT }} | ||
GITHUB_TOKEN: ${{ secrets.NVAUTO_TOKEN }} | ||
|
||
- name: Get date | ||
id: dt | ||
if: ${{ success() }} | ||
run: echo "::set-output name=date::$(date +'%Y-%m-%d')" | ||
|
||
- name: Create PR | ||
if: ${{ github.ref == 'refs/heads/branch-0.2' && github.event.pull_request.merged == true }} | ||
if: github.event.pull_request.merged == true | ||
uses: peter-evans/create-pull-request@v3 | ||
with: | ||
token: ${{ secrets.PAT }} | ||
token: ${{ secrets.NVAUTO_TOKEN }} | ||
commit-message: "changelog-gen ${{ steps.dt.outputs.date }}" | ||
committer: Peixin Li <[email protected]> | ||
author: Peixin Li <[email protected]> | ||
committer: nvauto <[email protected]> | ||
author: nvauto <[email protected]> | ||
signoff: true | ||
branch: changelog-night-update | ||
title: '[DOC] Changelog update ${{ steps.dt.outputs.date }} [skip ci] [bot]' | ||
body: | | ||
changelog-gen runs on ${{ steps.dt.outputs.date }} | ||
check script stdout: [job_${{ github.run_id }}](https://github.com/pxLi/spark-rapids/runs/${{ github.run_id }}?check_suite_focus=true#step:3:1) | ||
check script stdout: [job_run_${{ github.run_id }}](https://github.com/pxLi/spark-rapids/actions/runs/${{ github.run_id }}) | ||
Please review the generated CHANGELOG.md, then merge or close the PR and feel free to **delete** the remote branch. | ||
labels: | | ||
|
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