Skip to content

Commit

Permalink
echo earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mcneil committed Oct 29, 2024
1 parent f070c1f commit 2ab93a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Check for exemption
id: check_exemption
run: |
echo '${{ toJSON(github.event.pull_request.requested_teams) }}' | jq .
echo "requested_teams=${{ github.event.pull_request.requested_teams }}" >> $GITHUB_ENV
if [ ${{ contains(toJSON(github.event.pull_request.requested_teams.*.name), 'mobile') }} ]; then
echo "exempt=false" >> $GITHUB_ENV
Expand Down

0 comments on commit 2ab93a1

Please sign in to comment.