We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774e3af commit bfdf875Copy full SHA for bfdf875
1 file changed
.github/workflows/request-coderabbit-test-instructions.yml
@@ -26,6 +26,13 @@ jobs:
26
username: ${{ github.event.pull_request.user.login }}
27
GITHUB_TOKEN: ${{ secrets.BOT3_TOKEN }}
28
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
+
36
- name: Create or update comment
37
if: steps.check-user-team.outputs.is-member == 'false'
38
uses: peter-evans/create-or-update-comment@v4
0 commit comments