Skip to content

Commit

Permalink
update'
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSaini101 committed Mar 28, 2024
1 parent 04c7047 commit 2aa27ae
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vote-verifcation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
run: echo "IS_TSC_MEMBER=${{ steps.verify_member.outputs.isTSCMember }}" >> $GITHUB_ENV

- name: Sending authorised
if: (contains(github.event.comment.body, '/vote') || contains(github.event.comment.body, '/cancel-vote')) && env.IS_TSC_MEMBER == 'false'
if: (contains(github.event.comment.body, '/cancel-vote')) && env.IS_TSC_MEMBER == 'false'
uses: actions/github-script@v6
with:
script: |
const commentText = `❌ @${{github.actor}} is not authorized to vote.
const commentText = `❌ @${{github.actor}} is not authorised to execute vote command.
These commands can only be used by TSC members of the [TSC Members](https://github.com/asyncapi/community/blob/master/TSC_MEMBERS.json).`;
console.log(`❌ @${{github.actor}} made an unauthorized attempt to use a vote command.`);
github.rest.issues.createComment({
Expand Down
91 changes: 45 additions & 46 deletions tsc_members.yaml
Original file line number Diff line number Diff line change
@@ -1,46 +1,45 @@
- aayushmau5
- imabp
- akshatnema
- anandsunderraman
- arjungarg07
- CameronRushton
- dalelane
- emilianozublena
- fmvilas
- GeraldLoeffler
- jonaslagoni
- KhudaDad414
- lbroudoux
- m3lkior
- derberg
- magicmatatjahu
- AceTheCreator
- damaru-inc
- mcturco
- NektariosFifes
- Pakisan
- theschles
- pratik2315
- rcoppen
- smoya
- Souvikns
- alequetzalli
- BOLT04
- dan-r
- KieranM1999
- JEFFLUFC
- thulieblack
- lewis-relph
- boyney123
- Tenischev
- Samridhi-98
- ron-debajyoti
- ivangsa
- Florence-Njeri
- whitlockjc
- char0n
- VisualBean
- Barbanio
- kennethaasan
- GreenRover

-aayushmau5
-imabp
-akshatnema
-anandsunderraman
-arjungarg07
-CameronRushton
-dalelane
-emilianozublena
-fmvilas
-GeraldLoeffler
-jonaslagoni
-KhudaDad414
-lbroudoux
-m3lkior
-derberg
-magicmatatjahu
-AceTheCreator
-damaru-inc
-mcturco
-NektariosFifes
-Pakisan
-theschles
-pratik2315
-rcoppen
-smoya
-Souvikns
-alequetzalli
-BOLT04
-dan-r
-KieranM1999
-JEFFLUFC
-thulieblack
-lewis-relph
-boyney123
-Tenischev
-Samridhi-98
-ron-debajyoti
-ivangsa
-Florence-Njeri
-whitlockjc
-char0n
-VisualBean
-Barbanio
-kennethaasan
-GreenRover

0 comments on commit 2aa27ae

Please sign in to comment.