forgejo/services/actions
Twenty Panda f6000c3760 fix(actions): no edited event triggered when a title is changed
When the title of an issue or a pull request is changed, the edited
event must be triggered, in the same way it is when the body of the
description is changed.

The web endpoints and the API endpoints for both pull requests and
issues rely on issue_service.ChangeTitle which calls
notify_service.IssueChangeTitle.
2024-07-22 11:25:20 +02:00
..
auth.go
auth_test.go
cleanup.go
clear_tasks.go
commit_status.go
init.go
interface.go
job_emitter.go
job_emitter_test.go
main_test.go
notifier.go
notifier_helper.go
notifier_helper_test.go
rerun.go
rerun_test.go
schedule_tasks.go
variables.go
workflows.go