Skip to content

Commit 66fd81d

Browse files
authored
Merge pull request #50 from Aeliot-Tm/todo-registrar
#40 Don't create PR when nothing was commited
2 parents 1ef5282 + e831f77 commit 66fd81d

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)