We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c8d55 commit 78148d0Copy full SHA for 78148d0
.github/workflows/expand-team-reviewers.yml
@@ -59,6 +59,7 @@ jobs:
59
then
60
members_list=$(echo "$members" | paste -sd ",")
61
echo "Requesting review for $repo#$pr from $org/$team members: $members_list"
62
+ export GH_DEBUG=api
63
64
gh api --method DELETE \
65
-H "Accept: application/vnd.github+json" \
0 commit comments