From 88b704991eb43ce3c9e050a8ea8248b6639f0490 Mon Sep 17 00:00:00 2001 From: fitzergerald Date: Sat, 28 Sep 2024 18:42:16 -0500 Subject: [PATCH 1/4] Update slack.yml Signed-off-by: fitzergerald --- .github/workflows/slack.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/slack.yml b/.github/workflows/slack.yml index 81d6bc6..d7fe317 100644 --- a/.github/workflows/slack.yml +++ b/.github/workflows/slack.yml @@ -5,12 +5,12 @@ jobs: name: Notify Slack on star runs-on: ubuntu-latest steps: - - name: Get current star count - run: | - echo ::set-env name=STARS::$(curl --silent 'https://api.github.com/repos/layer5io/istio-service-mesh-workshop' -H 'Accept: application/vnd.github.preview' | jq '.watchers_count') - - name: Notify slack - env: - SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: pullreminders/slack-action@master - with: - args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"${{ github.actor }} just starred Istio Service Mesh Workshop! (https://github.com/layer5io/istio-service-mesh-workshop/stargazers) Total ⭐️: ${{env.STARS}}\"}' + - name: Get current star count + run: | + echo "STARS=$(curl --silent 'https://api.github.com/repos/${{github.repository}}' -H 'Accept: application/vnd.github.preview' | jq '.stargazers_count')" >> $GITHUB_ENV + - name: Notify slack + env: + SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} + uses: pullreminders/slack-action@master + with: + args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"${{ github.actor }} just starred ${{github.repository}}! (https://github.com/${{github.repository}}/stargazers) Total ⭐️: ${{env.STARS}}\"}' From e76e33addce9873198236d4e71682a6dc3235e44 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Mon, 3 Mar 2025 20:25:59 -0600 Subject: [PATCH 2/4] Update README.md Signed-off-by: Lee Calcote --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a31e142..6c6c3f8 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ This workshop and other service mesh resources have been created by the [Layer5 [Layer5](https://layer5.io)'s cloud native application and infrastructure management software enables organizations to expect more from their infrastructure. We embrace developer-defined infrastructure. We empower engineer to change how they write applications, support operators in rethinking how they run modern infrastructure and enable product owners to regain full control over their product portfolio. -- Engage in [Slack](http://slack.layer5.io) -- Follow on Twitter: [@layer5](https://twitter.com/layer5), [@mesheryio](https://twitter.com/mesheryio), [@smp_spec](https://twitter.com/smp_spec) +- Engage in [Slack](https://slack.layer5.io) +- Follow on Twitter: [@layer5](https://x.com/layer5), [@mesheryio](https://x.com/mesheryio), [@smp_spec](https://x.com/smp_spec) - Watch on [YouTube](https://www.youtube.com/channel/UCFL1af7_wdnhHXL1InzaMvA?sub_confirmation=1), Follow on [LinkedIn](https://www.linkedin.com/company/layer5) - Discuss in the [Community Forum](https://discuss.layer5.io). From eca55e241c506121eaa4bbe95ef4350da643d70d Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Mon, 3 Mar 2025 20:26:27 -0600 Subject: [PATCH 3/4] Update README.md Signed-off-by: Lee Calcote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c6c3f8..3c6d9b8 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Wrap up / Q&A (10 minutes) # Authors -- Layer5 Authors [Twitter](https://twitter.com/layer5), [Slack](http://slack.layer5.io) +- Layer5 Authors [Twitter](https://x.com/layer5), [Slack](https://slack.layer5.io) ## Workshop Resources From e2a062af6d407c7df4d460cb20aa2ef93c9e8d72 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Mon, 3 Mar 2025 20:26:37 -0600 Subject: [PATCH 4/4] Update README.md Signed-off-by: Lee Calcote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c6d9b8..2c59721 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Introduction to Istio -A workshop teaching concepts of service mesh through the lens of Istio. Questions? See the community [discussion forum](http://discuss.layer5.io). +A workshop teaching concepts of service mesh through the lens of Istio. Questions? See the community [discussion forum](https://discuss.layer5.io). [Free] Use the Cloud Native Playground to walk-through the labs in this workshop in a live Kubernetes environment - https://play.meshery.io