From c2f71c86ff9d4e16367796e767761edeaf2f88ac Mon Sep 17 00:00:00 2001 From: Eric Leung <2754821+erictleung@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:59:47 -0500 Subject: [PATCH] Update config.yml Remove dangling square bracket. --- .github/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index 1220e94f59..b66b25f1c5 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -1,6 +1,6 @@ # Comment to be posted to on first time issues newIssueWelcomeComment: > - ![Welcome Banner](https://raw.githubusercontent.com/pymc-devs/brand/main/welcome-bot/BannerWelcome.jpg)] + ![Welcome Banner](https://raw.githubusercontent.com/pymc-devs/brand/main/welcome-bot/BannerWelcome.jpg) :tada: Welcome to _PyMC_! :tada: We're really excited to have your input into the project! :sparkling_heart: @@ -10,7 +10,7 @@ newIssueWelcomeComment: > # Comment to be posted to on PRs from first time contributors in your repository newPRWelcomeComment: > - ![Thank You Banner](https://raw.githubusercontent.com/pymc-devs/brand/main/welcome-bot/BannerThanks.jpg)] + ![Thank You Banner](https://raw.githubusercontent.com/pymc-devs/brand/main/welcome-bot/BannerThanks.jpg) :sparkling_heart: Thanks for opening this pull request! :sparkling_heart: The _PyMC_ community really appreciates your time and effort to contribute to the project. @@ -19,7 +19,7 @@ newPRWelcomeComment: > # Comment to be posted to on pull requests merged by a first time user firstPRMergeComment: > - ![Congratulations Banner](https://raw.githubusercontent.com/pymc-devs/brand/main/welcome-bot/BannerCongratulations.jpg)] + ![Congratulations Banner](https://raw.githubusercontent.com/pymc-devs/brand/main/welcome-bot/BannerCongratulations.jpg) Congrats on merging your first pull request! :tada: We here at _PyMC_ are proud of you! :sparkling_heart: