Skip to content

Commit

Permalink
Merge pull request #608 from camptocamp/changelog-label
Browse files Browse the repository at this point in the history
Changelog: Fix typo in labeled
  • Loading branch information
sbrunner authored Nov 12, 2024
2 parents 95cc498 + ce8bbdd commit 775a497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_app_geo_project/module/standard/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def get_actions(self, context: module.GetActionContext) -> list[module.Action[di
)
]
if (
event_data.get("action") in ("edited", "labelled", "unlabelled", "milestoned", "demilestoned")
event_data.get("action") in ("edited", "labeled", "unlabeled", "milestoned", "demilestoned")
and event_data.get("pull_request", {}).get("state") == "closed"
and event_data.get("sender", {}).get("login")
!= context.github_application.integration.get_app().slug + "[bot]"
Expand Down

0 comments on commit 775a497

Please sign in to comment.