jira pr check

pull/16593/head
David Yu 2023-03-09 13:42:43 -08:00 committed by GitHub
parent fa93a0d4f7
commit c7998faf73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ jobs:
if [[ -n ${ROLE} ]]; then
echo "Actor ${{ github.actor }} is a ${TEAM} team member"
echo "MESSAGE=true" >> $GITHUB_OUTPUT
elif [[ "${{ contains(github.actor, 'hc-github-team-consul-core') }}" == "true" ]]
echo "Actor ${{ github.actor }} is a ${TEAM} team member"
echo "MESSAGE=true" >> $GITHUB_OUTPUT
else
echo "Actor ${{ github.actor }} is NOT a ${TEAM} team member"
echo "MESSAGE=false" >> $GITHUB_OUTPUT