-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mirror warehouse does not run action #28699
Labels
issue/confirmed
Issue has been reviewed and confirmed to be present or accepted to be implemented
topic/gitea-actions
related to the actions of Gitea
type/bug
Milestone
Comments
lunny
pushed a commit
that referenced
this issue
Jan 25, 2024
Fixes #28699 This PR implements the `MigrateRepository` method for `actionsNotifier` to detect the schedules from the workflow files in the migrated repository.
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this issue
Jan 25, 2024
Fixes go-gitea#28699 This PR implements the `MigrateRepository` method for `actionsNotifier` to detect the schedules from the workflow files in the migrated repository.
KN4CK3R
pushed a commit
that referenced
this issue
Jan 25, 2024
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>
henrygoodman
pushed a commit
to henrygoodman/gitea
that referenced
this issue
Jan 31, 2024
Fixes go-gitea#28699 This PR implements the `MigrateRepository` method for `actionsNotifier` to detect the schedules from the workflow files in the migrated repository.
silverwind
pushed a commit
to silverwind/gitea
that referenced
this issue
Feb 20, 2024
Fixes go-gitea#28699 This PR implements the `MigrateRepository` method for `actionsNotifier` to detect the schedules from the workflow files in the migrated repository.
Automatically locked because of our CONTRIBUTING guidelines |
project-mirrors-bot-tu bot
pushed a commit
to project-mirrors/forgejo-as-gitea-fork
that referenced
this issue
Jan 23, 2025
… (go-gitea#28923) Backport go-gitea#28920 by @Zettat123 Fixes go-gitea#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> (cherry picked from commit 55c5308)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
issue/confirmed
Issue has been reviewed and confirmed to be present or accepted to be implemented
topic/gitea-actions
related to the actions of Gitea
type/bug
Description
I create a repository and action:
It works fine as expected.
But after I mirror this repository , the action of the new repository does nothing.
Gitea Version
1.22.0+dev-506-g91aa26322 built with GNU Make 4.4.1, go1.21.5 : bindata, timetzdata, sqlite,
Can you reproduce the bug on the Gitea demo site?
Yes
How are you running Gitea?
docker
The text was updated successfully, but these errors were encountered: