diff options
author | Hailey <me@haileyok.com> | 2024-03-18 09:59:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 09:59:39 -0700 |
commit | d5ebbeb3fc2802e80f55162996b6baabbf764f9c (patch) | |
tree | 104ebeec9a8a10a30f348b6515fe6cdda0a00054 /.github | |
parent | 1dcd5c116fd9e1b3ef3d5218a2e8d0728f3d44fa (diff) | |
download | voidsky-d5ebbeb3fc2802e80f55162996b6baabbf764f9c.tar.zst |
Use [bot] in action username (#3250)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull-request-commit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index b233bc4cd..85ebae4db 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -114,7 +114,7 @@ jobs: id: old_comment with: issue-number: ${{ github.event.pull_request.number }} - comment-author: 'github-actions' + comment-author: 'github-actions[bot]' body-includes: <!-- pr-labeler comment --> - name: 💬 Add comment with fingerprint |