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 2222936 commit 2ef0812Copy full SHA for 2ef0812
.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 \
65
--method DELETE \
0 commit comments