mirror of
https://github.com/AllSpiceIO/post-dr-comment.git
synced 2025-04-17 07:19:01 +00:00
Compare commits
No commits in common. "main" and "v0.1" have entirely different histories.
@ -168,11 +168,6 @@ def main():
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
if not args.design_review_number.isdigit():
|
||||
raise ValueError(
|
||||
"Design review number is either not set or not a number; this run may not be on a pull request event?"
|
||||
)
|
||||
|
||||
logger.setLevel(args.log_level.upper())
|
||||
client = AllSpice(
|
||||
args.allspice_hub_url,
|
||||
|
@ -1 +1 @@
|
||||
ruff==0.9.9
|
||||
ruff==0.9.4
|
||||
|
@ -1,3 +1,3 @@
|
||||
py-allspice~=3.8.0
|
||||
py-allspice~=3.5.0
|
||||
PyYAML~=6.0.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user