diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 57e78fab503..26766ac3203 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -32,32 +32,32 @@ jobs: GITHUB_TOKEN: ${{ secrets.PAT }} - name: Get date - id: dt - run: echo "::set-output name=date::$(date +'%Y-%m-%d')" + id: dt + run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: Create PR - uses: peter-evans/create-pull-request@v3 - with: - token: ${{ secrets.PAT }} - commit-message: - committer: Peixin Li - author: Peixin Li - signoff: true - branch: changelog-night-update - title: '[DOC] Changelog update ${{ steps.dt.outputs.date }}' - body: | - changelog-gen runs on ${{ steps.dt.outputs.date }} - - script run: - ```bash - ${{ steps.upt.outputs.stdout }} - ``` - - Please review newest CHANGELOG.md, then merge or close the PR. - labels: | - documentation - reviewers: pxLi - team-reviewers: | - owners - maintainers - draft: false + uses: peter-evans/create-pull-request@v3 + with: + token: ${{ secrets.PAT }} + commit-message: + committer: Peixin Li + author: Peixin Li + signoff: true + branch: changelog-night-update + title: '[DOC] Changelog update ${{ steps.dt.outputs.date }}' + body: | + changelog-gen runs on ${{ steps.dt.outputs.date }} + + script run: + ```bash + ${{ steps.upt.outputs.stdout }} + ``` + + Please review newest CHANGELOG.md, then merge or close the PR. + labels: | + documentation + reviewers: pxLi + team-reviewers: | + owners + maintainers + draft: false