Skip to content

Commit

Permalink
Direct commits now pass the CL gen
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg authored May 10, 2020
1 parent 4958b81 commit 27207f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/changelog/generate_cl.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

if not pr_list.totalCount:
print("Direct commit detected")
exit(1) # Change to '0' if you do not want the action to count this is a failure
exit(0) # Change to '0' if you do not want the action to count this is a failure

pr = pr_list[0]

Expand Down

0 comments on commit 27207f3

Please sign in to comment.