You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update PR comments in place
Currently, we post a new comment for each change, which is just spam for PRs
with many iterations.
* Pin actions by hash
(cherry picked from commit 914b5d8)
Copy file name to clipboardExpand all lines: .github/validate-pr/index.js
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -147,12 +147,10 @@ async function run() {
147
147
}
148
148
comment+=`\nYou can validate ${changedApis.length===1 ? 'this' : 'these'} API${changedApis.length===1 ? '' : 's'} yourself by using the ${tick}make validate${tick} target.\n`
0 commit comments