From f100fa0dd6dc2794bcce96f32d3d65c72a37eb1a Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 24 Oct 2021 02:23:32 +0100 Subject: [PATCH 1/5] :purple_heart: Updates contributors list --- docs/credits.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/credits.md b/docs/credits.md index ce791c13..7ac44ae5 100644 --- a/docs/credits.md +++ b/docs/credits.md @@ -82,6 +82,13 @@ Begin + + + skaarj1989 +
+ David +
+ deepsourcebot @@ -95,15 +102,15 @@
FormatToday
- + + rubjo
Rubjo
- - + turnrye From b9447e9f88a44a1edcdb2207eb05564b35e2d9fb Mon Sep 17 00:00:00 2001 From: Alicia Bot <87835202+liss-bot@users.noreply.github.com> Date: Sun, 24 Oct 2021 02:23:44 +0100 Subject: [PATCH 2/5] :blue_heart: Makes author list --- .github/AUTHORS.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/AUTHORS.txt b/.github/AUTHORS.txt index e89054a5..65bc8150 100644 --- a/.github/AUTHORS.txt +++ b/.github/AUTHORS.txt @@ -14,16 +14,16 @@ UrekD - 3 commits Niklas - 4 commits Erik - 6 commits liss-bot - 6 commits -Alicia - 8 commits repo-visualizer - 8 commits -snyk-bot - 9 commits +Alicia - 10 commits Alicia - 10 commits +snyk-bot - 11 commits EVOTk <45015615+EVOTk@users.noreply.github.com> - 14 commits -snyk-bot - 14 commits +snyk-bot - 15 commits github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - 16 commits -liss-bot - 21 commits +liss-bot - 22 commits Alicia - 25 commits -Lissy93 - 70 commits -Lissy93 - 186 commits -Alicia - 255 commits -Alicia - 1004 commits \ No newline at end of file +Lissy93 - 71 commits +Lissy93 - 188 commits +Alicia - 257 commits +Alicia - 1012 commits \ No newline at end of file From 1eb9eaefa1b98cf54bfafba9b7ff83cc7603f5e2 Mon Sep 17 00:00:00 2001 From: repo-visualizer Date: Sun, 24 Oct 2021 01:24:36 +0000 Subject: [PATCH 3/5] :yellow_heart: Updates repo diagram --- docs/assets/repo-visualization.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/repo-visualization.svg b/docs/assets/repo-visualization.svg index dc21f215..7ac0881a 100644 --- a/docs/assets/repo-visualization.svg +++ b/docs/assets/repo-visualization.svg @@ -1 +1 @@ -viewsviewsutilsutilsstylesstylescomponentscomponentsassetsassetsWorkspaceWorkspaceSettingsSettingsPageStrcturePageStrctureMinimalViewMinimalViewLinkItemsLinkItemsFormElementsFormElementsConfigurationConfigurationlocaleslocalesinterface-iconsinterface-iconsHome.vueHome.vueHome.vueLogin.vueLogin.vueLogin.vueMinimal.vueMinimal.vueMinimal.vueemojis.jsonemojis.jsonemojis.jsonConfigSche...ConfigSche...ConfigSche...defaults.jsdefaults.jsdefaults.jscolor-them...color-them...color-them...CustomThe...CustomThe...CustomThe...SearchBa...SearchBa...SearchBa...Item.vueItem.vueItem.vueItemIcon...ItemIcon...ItemIcon...ConfigCon...ConfigCon...ConfigCon...JsonEdito...JsonEdito...JsonEdito...CloudBac...CloudBac...CloudBac...hi.jsonhi.jsonhi.jsonru.jsonru.jsonru.jsonar.jsonar.jsonar.jsonja.jsonja.jsonja.jsonfr.jsonfr.jsonfr.jsones.jsones.jsones.jsonpt.jsonpt.jsonpt.jsonit.jsonit.jsonit.json.js.json.scss.svg.vueeach dot sized by file size \ No newline at end of file +viewsviewsutilsutilsstylesstylescomponentscomponentsassetsassetsWorkspaceWorkspaceSettingsSettingsPageStrcturePageStrctureMinimalViewMinimalViewLinkItemsLinkItemsConfigurationConfigurationlocaleslocalesinterface-iconsinterface-iconsHome.vueHome.vueHome.vueLogin.vueLogin.vueLogin.vueMinimal.vueMinimal.vueMinimal.vueemojis.jsonemojis.jsonemojis.jsonConfigSche...ConfigSche...ConfigSche...color-them...color-them...color-them...CustomTh...CustomTh...CustomTh...Item.vueItem.vueItem.vueItemIcon...ItemIcon...ItemIcon...ConfigCon...ConfigCon...ConfigCon...JsonEdito...JsonEdito...JsonEdito...hi.jsonhi.jsonhi.jsonru.jsonru.jsonru.jsonar.jsonar.jsonar.jsonja.jsonja.jsonja.jsonfr.jsonfr.jsonfr.jsones.jsones.jsones.json.js.json.scss.svg.vueeach dot sized by file size \ No newline at end of file From 08a318c0b8d249e7c87b25224caa1d27b1ea1f15 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 26 Oct 2021 00:08:10 +0100 Subject: [PATCH 4/5] =?UTF-8?q?=F0=9F=91=B7=20Only=20run=20if=20issue=20op?= =?UTF-8?q?en?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/manage-pending-labels.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manage-pending-labels.yml b/.github/workflows/manage-pending-labels.yml index 465dc9ef..68f7f92e 100644 --- a/.github/workflows/manage-pending-labels.yml +++ b/.github/workflows/manage-pending-labels.yml @@ -19,7 +19,13 @@ jobs: add-awaiting-author: runs-on: ubuntu-latest - if: ${{ !github.event.issue.pull_request && github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' }} + if: > + ${{ + !github.event.issue.pull_request + && github.event.comment.author_association != 'COLLABORATOR' + && github.event.comment.author_association != 'OWNER' + && github.event.issue.state == 'open' + }} steps: - name: Add Awaiting Author labels when Updated uses: actions-cool/issues-helper@v2 From 0f080d62876685362957db1d5511b754fe9f7b41 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 26 Oct 2021 00:13:13 +0100 Subject: [PATCH 5/5] =?UTF-8?q?=F0=9F=91=B7=20Use=20tripple=20equals?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/manage-pending-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manage-pending-labels.yml b/.github/workflows/manage-pending-labels.yml index 68f7f92e..983cdcee 100644 --- a/.github/workflows/manage-pending-labels.yml +++ b/.github/workflows/manage-pending-labels.yml @@ -24,7 +24,7 @@ jobs: !github.event.issue.pull_request && github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' - && github.event.issue.state == 'open' + && github.event.issue.state === 'open' }} steps: - name: Add Awaiting Author labels when Updated