]> source.dussan.org Git - gitea.git/commit
Implement `MigrateRepository` for the actions notifier (#28920) (#28923)
authorGiteabot <teabot@gitea.io>
Thu, 25 Jan 2024 12:27:11 +0000 (20:27 +0800)
committerGitHub <noreply@github.com>
Thu, 25 Jan 2024 12:27:11 +0000 (12:27 +0000)
commit55c53080d146913b29f2f45f05b6035e37338824
tree1eaff8b36121a3651e98468bb8cb4333b65dbd72
parent8766f65addcce5fcfafc915edc3d299f7e2b96fa
Implement `MigrateRepository` for the actions notifier (#28920) (#28923)

Backport #28920 by @Zettat123

Fixes #28699

This PR implements the `MigrateRepository` method for `actionsNotifier`
to detect the schedules from the workflow files in the migrated
repository.

Co-authored-by: Zettat123 <zettat123@gmail.com>
services/actions/notifier.go