💚 Fixes file patterns, thank u @angelikatyborsk

This commit is contained in:
Alicia Sykes 2021-09-12 12:55:30 +01:00
parent fd3c043d86
commit 808bb20d08
1 changed files with 13 additions and 4 deletions

View File

@ -1,11 +1,20 @@
comment: comment:
on-update: recreate on-update: edit
header: | header: |
Hi {{ prAuthor }}! Thank you for contributing to Dashy! ✨ Hi {{ prAuthor }}! Thank you for contributing to Dashy! ✨
footer: | footer: |
--- ---
> 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:
- docs/**.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
@ -71,14 +80,14 @@ comment:
- id: ignored-dist - id: ignored-dist
files: files:
- /dist - dist/**/*
body: > body: >
Please do not commit the built application to git. The contents of the dist Please do not commit the built application to git. The contents of the dist
directory will be generated after the app is compiled directory will be generated after the app is compiled
- id: ignored-dependencies - id: ignored-dependencies
files: files:
- /node_modules - node_modules/**/*
body: > body: >
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
@ -93,7 +102,7 @@ comment:
- id: code-owners - id: code-owners
files: files:
- /.github/CODEOWNERS - .github/CODEOWNERS
body: > body: >
Are you adding yourself as a code owner? Please specify the file path as specific Are you adding yourself as a code owner? Please specify the file path as specific
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