Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local changelog test #33

Merged
merged 13 commits into from
Aug 24, 2020
54 changes: 27 additions & 27 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pxli@nyu.edu>
author: Peixin Li <pxli@nyu.edu>
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 <pxli@nyu.edu>
author: Peixin Li <pxli@nyu.edu>
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