Skip to content

Commit 687c4d7

Browse files
committed
feat(workflows): add fragments check workflow (feature/changelog)
1 parent 30d147b commit 687c4d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/fragments-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Check if linked to the correct pull request
1919
run: |
2020
git remote -v
21+
git branch -r
2122
diff=$(git diff origin/${{ github.base_ref }} HEAD --name-only)
2223
changelog_fragments=$(echo "$diff" | grep "^.changes/unreleased/")
2324
echo changelog_fragments

0 commit comments

Comments
 (0)