Skip to content

Commit 63bdea0

Browse files
chore(ci): Fix git-town on empty PR bodies (#1851)
The 'autobump' PRs currently don't have a description, so they fail the git-town/action. Sample Failure: #1849 This updates past git-town/action 1.0.7, which fixes an NPE when the PR description is empty ### Proposed Changes * ### Checklist - [ ] I have added or updated unit tests - [ ] I have added or updated integration tests (if appropriate) - [ ] I have added or updated documentation ### Testing Instructions
1 parent 8f9b390 commit 63bdea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-town.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19-
- uses: git-town/action@8a1ec345d5e6181d108d189ad0b2ff262b3155f4
19+
- uses: git-town/action@379e52b8a5c26c8350c75b45597b3ca7316683d7
2020
with:
2121
skip-single-stacks: true
2222
main-branch: main

0 commit comments

Comments
 (0)