Fixing some bots

This commit is contained in:
Job van der Wal
2021-11-23 21:45:35 +01:00
committed by BethanyG
parent 37e518470a
commit 7a00d7f764
2 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ Thank you for opening an issue! 🐍  🌈 ✨
  ◦ We'll take a look as soon as we can & identify what work is needed to fix it. *(generally within* **72 hours**).   ◦ We'll take a look as soon as we can & identify what work is needed to fix it. *(generally within* **72 hours**).
         ◦ _If you'd also like to make a PR to **fix** the issue, please have a quick look at the [Pull Requests][prs] doc._          ◦ _If you'd also like to make a PR to **fix** the issue, please have a quick look at the [Pull Requests][prs] doc._
             _We  💙  PRs that follow our [Exercsim][exercism-guidelines] & [Track][track-guidelines] contributing guidelines!_              _We  💙  PRs that follow our [Exercism][exercism-guidelines] & [Track][track-guidelines] contributing guidelines!_
-   Here because of an obvious (*and* **small** *set of*) spelling, grammar, or punctuation issues with **one** exercise, -   Here because of an obvious (*and* **small** *set of*) spelling, grammar, or punctuation issues with **one** exercise,
  concept, or Python document?? 🌟 `Please feel free to submit a PR, linking to this issue.` 🎉   concept, or Python document?? 🌟 `Please feel free to submit a PR, linking to this issue.` 🎉

View File

@@ -288,6 +288,8 @@ comment:
- id: change-practice-exercise - id: change-practice-exercise
files: files:
- "exercises/practice/**/*" - "exercises/practice/**/*"
- "exercises/practice/**/.meta/*"
- "exercises/practice/**/.docs/*"
- "exercises/practice/**/**/*" - "exercises/practice/**/**/*"
body: | body: |
--- ---