We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d2b5d commit b3542e8Copy full SHA for b3542e8
.github/workflows/triage-unallowed-contributions.yml
@@ -7,6 +7,7 @@ name: Check unallowed file changes
7
on:
8
pull_request_target:
9
paths:
10
+ - '.devcontainer/**'
11
- '.github/actions-scripts/**'
12
- '.github/workflows/**'
13
- '.github/CODEOWNERS'
@@ -54,6 +55,7 @@ jobs:
54
55
openapi:
56
- 'lib/rest/static/**'
57
notAllowed:
58
59
60
61
@@ -78,6 +80,7 @@ jobs:
78
80
with:
79
81
script: |
82
const badFilesArr = [
83
+ '.devcontainer/**',
84
'.github/actions-scripts/**',
85
'.github/workflows/**',
86
'.github/CODEOWNERS',
0 commit comments