Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 24, 2023
1 parent 99eb33b commit f21f657
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev151"
version = "0.0.0.dev152"
name = "RepoDynamics"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
1 change: 0 additions & 1 deletion src/repodynamics/actions/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ def event_pull_request(self):
number=self.pull_number,
title=f"{issue_data.group_data.conv_type}: {self.pull_title}",
body=curr_body,
maintainer_can_modify=True,
)
return

Expand Down

0 comments on commit f21f657

Please sign in to comment.