Skip to content

Commit 14794f1

Browse files
authored
Merge branch 'master' into eslint-migration
2 parents dfc3ec8 + 14518cb commit 14794f1

4 files changed

Lines changed: 35 additions & 30 deletions

File tree

.github/workflows/slack.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,27 @@ jobs:
1515
- name: Get current star count
1616
run: |
1717
echo "STARS=$(curl --silent 'https://api.github.com/repos/${{ github.repository }}' -H 'Accept: application/vnd.github.preview' | jq '.stargazers_count')" >> $GITHUB_ENV
18+
1819
- name: Notify Slack
19-
env:
20-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
21-
uses: pullreminders/slack-action@master
20+
uses: slackapi/slack-github-action@v2.1.1
2221
with:
23-
args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"${{ github.actor }} just starred ${{ github.repository }}! (https://github.com/${{ github.repository }}/stargazers) Total ⭐️: ${{ env.STARS }}\"}'
22+
method: chat.postMessage
23+
token: ${{ secrets.SLACK_BOT_TOKEN }}
24+
payload: |
25+
channel: CSK7N9TGX
26+
type: "mrkdwn"
27+
text: "<https://github.com/${{ github.actor }}|${{ github.actor }}> just starred <https://github.com/${{ github.repository }}/stargazers|${{ github.repository }}> bringing the total ⭐️ count up to: ${{ env.STARS }}"
2428
2529
good-first-issue-notify:
2630
if: github.event_name == 'issues' && (github.event.label.name == 'good first issue' || github.event.label.name == 'first-timers-only')
2731
name: Notify Slack for new good-first-issue
2832
runs-on: ubuntu-latest
2933
steps:
3034
- name: Notify Slack
31-
env:
32-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
33-
uses: pullreminders/slack-action@master
35+
uses: slackapi/slack-github-action@v2.1.1
3436
with:
35-
args: '{\"channel\":\"C019426UBNY\",\"type\":\"section\",\"text\":\":new: Good first issue up for grabs: ${{ github.event.issue.title }} - ${{ github.event.issue.html_url }} \"}'
36-
37+
method: chat.postMessage
38+
token: ${{ secrets.SLACK_BOT_TOKEN }}
39+
payload: |
40+
channel: C019426UBNY
41+
text: ":new: Good first issue up for grabs: <${{ github.event.issue.title }}|${{ github.event.issue.html_url }}>"

src/collections/members/Faheem-Mushtaq/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ bio: "Faheem Mushtaq is a software engineer and open source contributor at Layer
1010
badges:
1111
- ui-ux
1212
- meshery
13-
status: Active
13+
status: Inactive
1414
published: true
1515
---

src/collections/members/varad-gupta/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ twitter: vr_varad
77
linkedin: vr-varad
88
layer5: 0af1d3ea-fbce-47c3-b833-357b45602ea7
99
bio: I’m Varad, a CS undergrad and software developer with a strong tilt toward backend development. I'm passionate about building scalable systems, designing efficient APIs, and diving deep into cloud technologies. I love contributing to open source and exploring the intersection of clean architecture and real-world engineering.
10-
status: Active
10+
status: Inactive
1111
published: true
1212
---

src/sections/Kanvas/kanvas-catalog.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -443,19 +443,19 @@ const Catalog = () => {
443443
{/* Right Section */}
444444
<section className="services svg-cont">
445445
<div>
446-
<img src={Patterns} />
446+
<img src={Patterns} alt="Cloud Native Patterns"/>
447447
<p>Cloud Native Patterns</p>
448448
</div>
449449
<div>
450-
<img src={Ebpf} />
450+
<img src={Ebpf} alt="eBPF programs" />
451451
<p className="ebpf-text">eBPF Programs</p>
452452
</div>
453453
<div>
454-
<img src={Wasm} />
454+
<img src={Wasm} alt="WebAssembly filters" />
455455
<p>WASM Filters</p>
456456
</div>
457457
<div>
458-
<img src={Opa} />
458+
<img src={Opa} alt="OPA policies"/>
459459
<p>OPA Policies</p>
460460
</div>
461461
</section>
@@ -467,49 +467,49 @@ const Catalog = () => {
467467
<div className="container">
468468
<div id="carousel">
469469
<div className="slide one">
470-
<img src={Mutual_tls} />
470+
<img src={Mutual_tls} alt="Mutual TLS" />
471471
</div>
472472
<div className="slide two">
473-
<img src={Retries} />
473+
<img src={Retries} alt="Retries" />
474474
</div>
475475
<div className="slide three">
476-
<img src={Traces} />
476+
<img src={Traces} alt="Distributed Traces" />
477477
</div>
478478
<div className="slide four">
479-
<img src={Denial} />
479+
<img src={Denial} alt="Denial" />
480480
</div>
481481
<div className="slide five">
482-
<img src={Correlate_event} />
482+
<img src={Correlate_event} alt="Correlate Event" />
483483
</div>
484484
<div className="slide six">
485-
<img src={Only_wagent} />
485+
<img src={Only_wagent} alt="Only with Agent" />
486486
</div>
487487
<div className="slide seven">
488-
<img src={Node_agent} />
488+
<img src={Node_agent} alt="Node Agent" />
489489
</div>
490490
<div className="slide eight">
491-
<img src={Single_tenant} />
491+
<img src={Single_tenant} alt="Single Tenant" />
492492
</div>
493493
<div className="slide nine">
494-
<img src={Pre_provison} />
494+
<img src={Pre_provison} alt="Pre-provision" />
495495
</div>
496496
<div className="slide ten">
497-
<img src={Circuit_breaker} />
497+
<img src={Circuit_breaker} alt="Circuit Breaker" />
498498
</div>
499499
<div className="slide eleven">
500-
<img src={Retry_deadline} />
500+
<img src={Retry_deadline} alt="Retry with Deadline" />
501501
</div>
502502
<div className="slide twelve">
503-
<img src={Singleton} />
503+
<img src={Singleton} alt="Singleton Pattern" />
504504
</div>
505505
<div className="slide thirteen">
506-
<img src={Jwt_transformer} />
506+
<img src={Jwt_transformer} alt="JWT Transformer" />
507507
</div>
508508
<div className="slide fourteen">
509-
<img src={Multicluster} />
509+
<img src={Multicluster} alt="Multicluster" />
510510
</div>
511511
<div className="slide fifteen">
512-
<img src={Http_metrics} />
512+
<img src={Http_metrics} alt="HTTP Metrics" />
513513
</div>
514514
</div>
515515
</div>

0 commit comments

Comments
 (0)