Skip to content

Commit

Permalink
Merge f38a1d4 into backport/docs/jira-pr-check/strongly-perfect-pegasus
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-consul-core authored Mar 9, 2023
2 parents 000e6cb + f38a1d4 commit ad57e60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jira-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ 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" ]]
elif [[ "${{ contains(github.actor, 'hc-github-team-consul-core') }}" == "true" ]]; then
echo "Actor ${{ github.actor }} is a ${TEAM} team member"
echo "MESSAGE=true" >> $GITHUB_OUTPUT
elif [[ "${{ contains(github.actor, 'dependabot') }}" == "true" ]]; then
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
Expand Down

0 comments on commit ad57e60

Please sign in to comment.