keep only one comment from git action bot (#1936)

This commit is contained in:
Yixiang Gao 2023-09-28 19:24:53 -05:00 committed by GitHub
parent 70671d9625
commit 10f0dc0c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,6 @@ jobs:
uses: marocchino/sticky-pull-request-comment@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
header: LOC
ignore_empty: true
skip_unchanged: true
recreate: true
@ -94,5 +93,6 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
skip_unchanged: true
recreate: true
message: |
This branch currently is behind tinygrad/master. The line count difference bot is disabled.