Skip to content

Commit

Permalink
Improved the pull_request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wknapik committed Dec 6, 2024
1 parent f95cd4d commit 1aa0761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Validate PR description
env:
description: ${{ github.event.pull_request.body }}
pr_title: ${{ github.event.pull_request.title }}
run: |
if ! grep -iP '(close(s|d)?|fix(es|ed)?|resolve(s|d)?)\s+(https://github.com/[^/]+/[^/]+/issues/|#)\d+' <<<"${description:?}"; then
echo "ERROR: Failed to find an issue closing keyword in the pull request description" >&2
Expand Down

0 comments on commit 1aa0761

Please sign in to comment.