Skip to content

Commit e831f77

Browse files
committed
#40 Don't create PR when nothing was commited
1 parent 3347ba5 commit e831f77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/todo-registrar.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
branch: ${{ steps.branch_name.outputs.branch_name }}
118118

119119
- name: Create pull request
120+
if: ${{ ! steps.commit.outputs.result }}
120121
env:
121122
GITHUB_TOKEN: ${{ secrets.GH_TODO_REGISTRAR_ACCESS_TOKEN }}
122123
run: |

0 commit comments

Comments
 (0)