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
Copy file name to clipboardExpand all lines: .github/workflows/pr-file-check.yml
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,9 @@ name: PR files
3
3
on:
4
4
pull_request:
5
5
types:
6
-
# On by default if you specify no types.
7
6
- 'opened'
8
7
- 'reopened'
9
8
- 'synchronize'
10
-
# For `skip-label` only.
11
9
- 'labeled'
12
10
- 'unlabeled'
13
11
@@ -42,3 +40,15 @@ jobs:
42
40
.github/test_plan.md
43
41
skip-label: 'skip tests'
44
42
failure-message: 'TypeScript code was edited without also editing a ${file-pattern} file; see the Testing page in our wiki on testing guidelines (the ${skip-label} label can be used to pass this check)'
0 commit comments