👷 Updates PR auto comments

This commit is contained in:
Alicia Sykes 2021-09-11 20:54:01 +01:00 committed by GitHub
parent 51e21296b5
commit a702fae146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 8 deletions

View File

@ -6,14 +6,6 @@ comment:
--- ---
> I'm a bot, and this is an automated comment 🤖 > I'm a bot, and this is an automated comment 🤖
snippets: snippets:
- id: docs-changes
files: ['*.md', '**/*.md']
body: |
When making changes to the documentation, be sure to double check that:
- Link and images URLs properly resolve
- Your spelling and grammar is correct
- Any markdown formatting is valid
- id: vue-config - id: vue-config
files: files:
- vue.config.js - vue.config.js
@ -91,6 +83,14 @@ comment:
Please do not commit dependencies to git. Node modules will be pulled down Please do not commit dependencies to git. Node modules will be pulled down
when yarn is run, prior to building the app when yarn is run, prior to building the app
- id: user-themes
files:
- src/styles/user-defined-themes.scss
body: >
Please do not commit changes to this file, as it is intended to be overridden with Docker.
You can instead add your styles to the color-themes file, or for element-specific styles
put it within the appropriate component. Thank you
- id: code-owners - id: code-owners
files: files:
- /.github/CODEOWNERS - /.github/CODEOWNERS
@ -99,3 +99,28 @@ comment:
as possible, and only assign yourself to files that you created and wish to help as possible, and only assign yourself to files that you created and wish to help
maintain (such as a language file, specific feature or widget). maintain (such as a language file, specific feature or widget).
If the above is not met, your PR will be declined or modified. If the above is not met, your PR will be declined or modified.
- id: config-schema
files:
- src/utils/ConfigSchema.json
body: >
Don't forget to verify they the config validator script responds correctly to
your new attribute.
- id: showcase
files:
- docs/showcase.md
body: >
Thank you for adding your dashboard to the showcase! 🌟
- id: translations
files:
- src/assets/locales/**.json
body: >
Thank you for contributing to Dashy's translations 💖
- id: themes
files:
- src/styles/color-themes.scss
body: >
Thank you for contributing to Dashy's themes 🎨