Skip to content

Commit bfdf875

Browse files
authored
Update request-coderabbit-test-instructions.yml
1 parent 774e3af commit bfdf875

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/request-coderabbit-test-instructions.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
username: ${{ github.event.pull_request.user.login }}
2727
GITHUB_TOKEN: ${{ secrets.BOT3_TOKEN }}
2828

29+
- name: Debug team membership result
30+
run: |
31+
echo "Team membership check result: ${{ steps.check-user-team.outputs.is-member }}"
32+
echo "User: ${{ github.event.pull_request.user.login }}"
33+
echo "Team: cnvqe-bot"
34+
echo "Organization: RedHatQE"
35+
2936
- name: Create or update comment
3037
if: steps.check-user-team.outputs.is-member == 'false'
3138
uses: peter-evans/create-or-update-comment@v4

0 commit comments

Comments
 (0)