Commit c91ac20
tools: use GITHUB_ACTIONS env var in inactivity scripts
Don't rewrite the README if we're not running inside a GitHub Action.
PR-URL: #41422
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>1 parent 60025bd commit c91ac20Copy full SHA for c91ac20
File tree
Expand file treeCollapse file tree
2 files changed
+12
-10
lines changedOpen diff view settings
Filter options
- tools
Expand file treeCollapse file tree
2 files changed
+12
-10
lines changedOpen diff view settings
Collapse file
tools/find-inactive-collaborators.mjs
Copy file name to clipboardExpand all lines: tools/find-inactive-collaborators.mjs+5-4Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
189 | 189 | |
190 | 190 | |
191 | 191 | |
192 | | - |
193 | | - |
194 | | - |
195 | | - |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
196 | 197 | |
Collapse file
tools/find-inactive-tsc.mjs
Copy file name to clipboardExpand all lines: tools/find-inactive-tsc.mjs+7-6Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
260 | 260 | |
261 | 261 | |
262 | 262 | |
263 | | - |
264 | | - |
265 | | - |
266 | | - |
267 | | - |
268 | | - |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
269 | 270 | |
0 commit comments