mirror of https://github.com/hashicorp/consul
jira pr check
parent
fa93a0d4f7
commit
c7998faf73
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue