diff options
| author | denobot <33910674+denobot@users.noreply.github.com> | 2022-04-20 21:50:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-20 21:50:16 -0400 |
| commit | 29c8cd8aae52b89075e6af84ddd34f813fa3ea8d (patch) | |
| tree | b2fce377a7e6b3da70d81a92f497a7ff807d6ad5 /.github | |
| parent | 03019e778189b38938f1238f22652162de5a7434 (diff) | |
1.21.0 (#14336)
Co-authored-by: ry <ry@users.noreply.github.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cargo_publish.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/version_bump.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/cargo_publish.yml b/.github/workflows/cargo_publish.yml index 6da233cb9..2197f688b 100644 --- a/.github/workflows/cargo_publish.yml +++ b/.github/workflows/cargo_publish.yml @@ -44,6 +44,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.DENOBOT_PAT }} GH_WORKFLOW_ACTOR: ${{ github.actor }} run: | - git config user.email "propelml@gmail.com" - git config user.name "denobot" + git config user.email "${{ github.actor }}@users.noreply.github.com" + git config user.name "${{ github.actor }}" ./tools/release/04_post_publish.ts diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index bc8309b22..a55e48da1 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -53,6 +53,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.DENOBOT_PAT }} GH_WORKFLOW_ACTOR: ${{ github.actor }} run: | - git config user.email "propelml@gmail.com" - git config user.name "denobot" + git config user.email "${{ github.actor }}@users.noreply.github.com" + git config user.name "${{ github.actor }}" ./tools/release/02_create_pr.ts |
