1
0
mirror of synced 2026-01-06 06:02:35 -05:00

.devcontainer/ is no no too (#25584)

* .devcontainer is no-no too

* all places
This commit is contained in:
Peter Bengtsson
2022-02-23 15:58:28 -05:00
committed by GitHub
parent d0d2b5da56
commit b3542e8b10

View File

@@ -7,6 +7,7 @@ name: Check unallowed file changes
on:
pull_request_target:
paths:
- '.devcontainer/**'
- '.github/actions-scripts/**'
- '.github/workflows/**'
- '.github/CODEOWNERS'
@@ -54,6 +55,7 @@ jobs:
openapi:
- 'lib/rest/static/**'
notAllowed:
- '.devcontainer/**'
- '.github/actions-scripts/**'
- '.github/workflows/**'
- '.github/CODEOWNERS'
@@ -78,6 +80,7 @@ jobs:
with:
script: |
const badFilesArr = [
'.devcontainer/**',
'.github/actions-scripts/**',
'.github/workflows/**',
'.github/CODEOWNERS',