diff --git a/.github/workflows/vote-verifcation.yml b/.github/workflows/vote-verifcation.yml index 1ff5da1ba..4bcf420e9 100644 --- a/.github/workflows/vote-verifcation.yml +++ b/.github/workflows/vote-verifcation.yml @@ -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({ diff --git a/tsc_members.yaml b/tsc_members.yaml index 6605ea1d7..277fa7617 100644 --- a/tsc_members.yaml +++ b/tsc_members.yaml @@ -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 - \ No newline at end of file +-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 \ No newline at end of file