Skip to content

Commit 2032158

Browse files
authored
Update auto-assign-reviewers.yml
1 parent 0f8a49c commit 2032158

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/auto-assign-reviewers.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# 2025-01-21 kurisaW Initial version
99
#
1010

11-
# Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasasasaasasss
11+
# Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasaassasaasasss
1212

1313
name: Auto Review Assistant
1414

@@ -200,17 +200,20 @@ jobs:
200200
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
201201
-d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
202202
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
203+
echo ${{ secrets.GITHUB_TOKEN }}
203204
fi
204205
echo "Creating new comment"
205206
response=$(curl -s -X POST \
206207
-H "Authorization: Bearer ${{ github.token }}" \
207208
-d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
208209
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
210+
echo github.token
209211
echo "Creating new comment"
210212
response=$(curl -s -X POST \
211213
-H "Authorization: Bearer $SUPER_SECRET" \
212214
-d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
213215
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
216+
echo $SUPER_SECRET
214217
echo "Creating new comment"
215218
response=$(curl -s -X POST \
216219
-H "Authorization: Bearer ${{ vars.TOKEN }}" \

0 commit comments

Comments
 (0)