From 62f6ea8a406c194a0b5651623d06e64a2870cd80 Mon Sep 17 00:00:00 2001 From: Richa <41283476+14Richa@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:08:47 +0530 Subject: [PATCH 1/5] refactor: changed GITHUB_ENV to GITHUB_OUTPUT (#849) Co-authored-by: V Thulisile Sibanda <66913810+thulieblack@users.noreply.github.com> --- .github/workflows/update-website-tsc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-website-tsc.yml b/.github/workflows/update-website-tsc.yml index 617bf77d7..24e63c7a0 100644 --- a/.github/workflows/update-website-tsc.yml +++ b/.github/workflows/update-website-tsc.yml @@ -49,10 +49,10 @@ jobs: git add . git commit -m "docs(community): update latest maintainers list" git push https://${{ env.GITHUB_TOKEN }}@github.com/asyncapi/website - echo "CHANGES=true" >> $GITHUB_ENV + echo "CHANGES=true" >> $GITHUB_OUTPUT else echo "No changes to commit." - echo "CHANGES=false" >> $GITHUB_ENV + echo "CHANGES=false" >> $GITHUB_OUTPUT fi - name: Create PR if there are changes if: steps.check_changes.outputs.CHANGES == 'true' From c8f5648faefaaa443b5628f03595ca39c7ed7b3c Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sat, 26 Aug 2023 12:05:01 +0200 Subject: [PATCH 2/5] chore(tweet): recurring tweet about slack link (#855) --- tweets/recurring-slack-link/2023-08-26.tweet | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tweets/recurring-slack-link/2023-08-26.tweet diff --git a/tweets/recurring-slack-link/2023-08-26.tweet b/tweets/recurring-slack-link/2023-08-26.tweet new file mode 100644 index 000000000..0bd3e8865 --- /dev/null +++ b/tweets/recurring-slack-link/2023-08-26.tweet @@ -0,0 +1,7 @@ +✨ Did you know #AsyncAPI is on Slack? ✨ + +Join our Slack workspace to chat with anyone from our Open-Source community! + +πŸ”— asyncapi.com/slack-invite + +Ask for help and help others too. πŸ’ͺ🏿πŸ’ͺ🏽🦾 \ No newline at end of file From 074f6a3087ae2b5d24fef022f31f3ca41c36d20a Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 29 Aug 2023 10:11:17 +0200 Subject: [PATCH 3/5] docs(community): update latest maintainers list (#859) --- MAINTAINERS.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS.yaml b/MAINTAINERS.yaml index a499c753e..f2ca9622d 100644 --- a/MAINTAINERS.yaml +++ b/MAINTAINERS.yaml @@ -140,6 +140,7 @@ - bindings - glee - .github + - optimizer - name: Laurent Broudoux github: lbroudoux twitter: lbroudoux From 5f1677d869ed3085cd1c8220e6a31c7917b7fba8 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 1 Sep 2023 11:04:57 +0200 Subject: [PATCH 4/5] chore(tweet): recurring tweet about discussion tools ideas in our discussions forum (#866) --- tweets/recurring-discuss-ideas/2023-09-01.tweet | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tweets/recurring-discuss-ideas/2023-09-01.tweet diff --git a/tweets/recurring-discuss-ideas/2023-09-01.tweet b/tweets/recurring-discuss-ideas/2023-09-01.tweet new file mode 100644 index 000000000..92b19fefe --- /dev/null +++ b/tweets/recurring-discuss-ideas/2023-09-01.tweet @@ -0,0 +1,5 @@ +Do you have some nice ideas for #AsyncAPI-related tools? Do you want to validate and share with the AsyncAPI community? + +Drop it πŸ‘‡ and let us have an open discussion πŸš€ + +https://github.com/asyncapi/community/discussions/categories/ideas \ No newline at end of file From b1fc79b18ae66612da026dc2a8d180d38b473d28 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sat, 2 Sep 2023 12:05:31 +0200 Subject: [PATCH 5/5] chore(tweet): recurring tweet about slack link (#867) --- tweets/recurring-slack-link/2023-09-02.tweet | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tweets/recurring-slack-link/2023-09-02.tweet diff --git a/tweets/recurring-slack-link/2023-09-02.tweet b/tweets/recurring-slack-link/2023-09-02.tweet new file mode 100644 index 000000000..0bd3e8865 --- /dev/null +++ b/tweets/recurring-slack-link/2023-09-02.tweet @@ -0,0 +1,7 @@ +✨ Did you know #AsyncAPI is on Slack? ✨ + +Join our Slack workspace to chat with anyone from our Open-Source community! + +πŸ”— asyncapi.com/slack-invite + +Ask for help and help others too. πŸ’ͺ🏿πŸ’ͺ🏽🦾 \ No newline at end of file