Skip to content

Commit a517b77

Browse files
add comment to cr-check
1 parent f817f47 commit a517b77

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/check-cr-approved.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
REPO: ${{ github.repository }}
1919
GH_TOKEN: ${{ github.token }}
2020
run: |
21+
echo "Running on PR #$PR_NUMBER in Repository $REPO"
22+
2123
# -- 1. Extract the assigned Code Reviewer from the PR body
2224
CODE_REVIEWER=$(echo "$PR_BODY" | grep -oP "Code Reviewer:\s?@\K([a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38})") || true
2325

0 commit comments

Comments
 (0)