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 ede01fe commit edfebd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.dev142"
version = "0.0.0.dev143"
name = "RepoDynamics"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
2 changes: 2 additions & 0 deletions src/repodynamics/actions/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ def event_schedule_test(self):

def event_workflow_dispatch(self):
self.action_website_announcement_update()
self.action_meta()
self.action_hooks()
return

def event_issue_comment(self):
Expand Down

0 comments on commit edfebd5

Please sign in to comment.