You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }}"
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 }}>"
Copy file name to clipboardExpand all lines: src/collections/members/varad-gupta/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,6 @@ twitter: vr_varad
7
7
linkedin: vr-varad
8
8
layer5: 0af1d3ea-fbce-47c3-b833-357b45602ea7
9
9
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.
0 commit comments