mirror of https://github.com/commaai/tinygrad.git
keep only one comment from git action bot (#1936)
This commit is contained in:
parent
70671d9625
commit
10f0dc0c85
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue