Skip to content

Commit 534a50d

Browse files
committed
fix: requirements.txt and test new input
1 parent 4132c0d commit 534a50d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/commit-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ jobs:
1818
author-email: true
1919
commit-signoff: true
2020
job-summary: true
21+
pr-comments: true

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# For details please see: https://github.com/commit-check/commit-check
33
commit-check==0.8.3
44
# Interact with the GitHub API.
5-
PyGithub=v2.4.0
5+
PyGithub==2.4.0

0 commit comments

Comments
 (0)