Skip to content

Commit

Permalink
log PR data
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mcneil committed Nov 8, 2024
1 parent 3df4335 commit f2ab5de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/backend-pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
exit 1
fi
- name: Echo PR data
run: |
echo "pr_number: ${{ steps.get_pr_data.outputs.pr_number }}"
echo "pr_draft: ${{ steps.get_pr_data.outputs.pr_draft }}"
echo "pr_labels: ${{ steps.get_pr_data.outputs.pr_labels }}"
echo "pr_requested_teams: ${{ steps.get_pr_data.outputs.pr_requested_teams }}"
- name: Get Code Checks conclusion
if: github.event_name == 'workflow_run'
run: |
Expand Down

0 comments on commit f2ab5de

Please sign in to comment.