Skip to content

Commit 88a66d2

Browse files
committed
Revert copilot change
1 parent c5f4503 commit 88a66d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-pr-ab-id.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
PR_BODY: ${{ github.event.pull_request.body }}
3838
run: |
39-
result=$(echo "$PR_BODY" | grep -oP '(?<=AB#)\d+' | head -1 || true)
39+
result=$(echo "$PR_BODY" | grep -oP '(?<=#)\d+')
4040
echo "id=${result}" >> "$GITHUB_OUTPUT"
4141
4242
# Get Pull request ID

0 commit comments

Comments
 (0)