Skip to content

Commit b3542e8

Browse files
authored
.devcontainer/ is no no too (github#25584)
* .devcontainer is no-no too * all places
1 parent d0d2b5d commit b3542e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/triage-unallowed-contributions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: Check unallowed file changes
77
on:
88
pull_request_target:
99
paths:
10+
- '.devcontainer/**'
1011
- '.github/actions-scripts/**'
1112
- '.github/workflows/**'
1213
- '.github/CODEOWNERS'
@@ -54,6 +55,7 @@ jobs:
5455
openapi:
5556
- 'lib/rest/static/**'
5657
notAllowed:
58+
- '.devcontainer/**'
5759
- '.github/actions-scripts/**'
5860
- '.github/workflows/**'
5961
- '.github/CODEOWNERS'
@@ -78,6 +80,7 @@ jobs:
7880
with:
7981
script: |
8082
const badFilesArr = [
83+
'.devcontainer/**',
8184
'.github/actions-scripts/**',
8285
'.github/workflows/**',
8386
'.github/CODEOWNERS',

0 commit comments

Comments
 (0)