Skip to content

Commit

Permalink
Debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Nov 3, 2023
1 parent c67e775 commit 4db9716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/require-changelog-for-PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
- name: Search for added line in changelog
run: |
ADDED=$(git diff -U0 "origin/${PR_BASE}" HEAD -- CHANGELOG.md | grep -P '^\+[^\+].+$')
echo "$ADDED"
grep "#${PR_NUMBER}\\b.*@{PR_SUBMITTER}\\b" <<< "$ADDED"

0 comments on commit 4db9716

Please sign in to comment.