From a702fae146ff03b2163d4b0a47a03459c0eeeb33 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 11 Sep 2021 20:54:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Updates=20PR=20auto=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pr-auto-comments.yml | 41 +++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/.github/pr-auto-comments.yml b/.github/pr-auto-comments.yml index 32575e21..f27034c2 100644 --- a/.github/pr-auto-comments.yml +++ b/.github/pr-auto-comments.yml @@ -6,14 +6,6 @@ comment: --- > I'm a bot, and this is an automated comment 🤖 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 files: - vue.config.js @@ -90,6 +82,14 @@ comment: body: > Please do not commit dependencies to git. Node modules will be pulled down 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 files: @@ -99,3 +99,28 @@ comment: 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). 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 🎨