Skip to content

Commit 3bfa067

Browse files
committed
Add config file for excluded checks from update-required-checks.sh
1 parent 54362ba commit 3bfa067

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pr-checks/excluded.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# PR checks to exclude from required checks
2+
contains:
3+
- "https://"
4+
- "Update"
5+
- "ESLint"
6+
- "update"
7+
- "test-setup-python-scripts"
8+
is:
9+
- "CodeQL"
10+
- "Dependabot"
11+
- "check-expected-release-files"
12+
- "Agent"
13+
- "Cleanup artifacts"
14+
- "Prepare"
15+
- "Upload results"
16+
- "Label PR with size"

0 commit comments

Comments
 (0)