From 0443b49f306df9564c5c5c076f7d76563245d58d Mon Sep 17 00:00:00 2001 From: Philippe Dellaert Date: Sat, 27 Jan 2024 15:36:43 -0800 Subject: [PATCH 1/2] fix: Ignore Dyno bot --- config/production.json | 6 ++++-- config/staging.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/config/production.json b/config/production.json index 42d4964f..798756e1 100644 --- a/config/production.json +++ b/config/production.json @@ -26,7 +26,8 @@ "910632773117702185", "1195041929570832475", "1195045377431322754", - "1163130801131634868" + "1163130801131634868", + "1021464464928809022" ], "roleAssignmentIds": [ { @@ -117,6 +118,7 @@ "910632773117702185", "1195041929570832475", "1195045377431322754", - "1163130801131634868" + "1163130801131634868", + "1021464464928809022" ] } diff --git a/config/staging.json b/config/staging.json index f8b5613f..e900d361 100644 --- a/config/staging.json +++ b/config/staging.json @@ -27,7 +27,8 @@ "910632773117702185", "1195041929570832475", "1195045377431322754", - "1163130801131634868" + "1163130801131634868", + "1021464464928809022" ], "roleAssignmentIds": [ { @@ -112,6 +113,7 @@ "910632773117702185", "1195041929570832475", "1195045377431322754", - "1163130801131634868" + "1163130801131634868", + "1021464464928809022" ] } From 2e63675d0d13b0048d72571ebd2cd0ed39a690b6 Mon Sep 17 00:00:00 2001 From: Philippe Dellaert Date: Sat, 27 Jan 2024 15:38:21 -0800 Subject: [PATCH 2/2] Updating Changelog --- .github/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index f1b294e0..2d7bfba3 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -2,6 +2,7 @@ Update _ January 2024 +- fix: ignore Dyno bot (27/01/2024) - fix: use - instead of _ in command names (27/01/2024) - feat: auto-generation of the command table (24/01/2024) - feat: migrate reportedIssues command (22/01/2024)