Commit 009a33aa authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'add-maintenance-md-file-to-backstage-patterns' into 'master'

Add doc/administration/raketasks/maintenance.md to backstage patterns

See merge request gitlab-org/gitlab!30367
parents 75b3a7a3 34a82455
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
- "{,ee/}rubocop/**/*" - "{,ee/}rubocop/**/*"
- "{,ee/}spec/**/*" - "{,ee/}spec/**/*"
- "doc/README.md" # Some RSpec test rely on this file - "doc/README.md" # Some RSpec test rely on this file
- "doc/administration/raketasks/maintenance.md" # Some RSpec test rely on this file
.code-patterns: &code-patterns .code-patterns: &code-patterns
- "{package.json,yarn.lock}" - "{package.json,yarn.lock}"
...@@ -121,6 +122,7 @@ ...@@ -121,6 +122,7 @@
- "{,ee/}rubocop/**/*" - "{,ee/}rubocop/**/*"
- "{,ee/}spec/**/*" - "{,ee/}spec/**/*"
- "doc/README.md" # Some RSpec test rely on this file - "doc/README.md" # Some RSpec test rely on this file
- "doc/administration/raketasks/maintenance.md" # Some RSpec test rely on this file
.code-qa-patterns: &code-qa-patterns .code-qa-patterns: &code-qa-patterns
- "{package.json,yarn.lock}" - "{package.json,yarn.lock}"
...@@ -163,6 +165,7 @@ ...@@ -163,6 +165,7 @@
- "{,ee/}rubocop/**/*" - "{,ee/}rubocop/**/*"
- "{,ee/}spec/**/*" - "{,ee/}spec/**/*"
- "doc/README.md" # Some RSpec test rely on this file - "doc/README.md" # Some RSpec test rely on this file
- "doc/administration/raketasks/maintenance.md" # Some RSpec test rely on this file
# QA changes # QA changes
- ".dockerignore" - ".dockerignore"
- "qa/**/*" - "qa/**/*"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment