Skip to content
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

Closed
yedajiang44 opened this issue Jan 5, 2024 · 1 comment · Fixed by #28920
Closed

Mirror warehouse does not run action #28699

yedajiang44 opened this issue Jan 5, 2024 · 1 comment · Fixed by #28920
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

@yedajiang44
Copy link

yedajiang44 commented Jan 5, 2024

Description

I create a repository and action:

name: test
on:
  schedule:
    - cron: '0/1 * * * *'
jobs:
  docker:
    runs-on: [ubuntu-latest]
    steps:
     - name: Test
       run: echo "Test run"

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

@techknowlogick techknowlogick added the topic/gitea-actions related to the actions of Gitea label Jan 5, 2024
@Zettat123 Zettat123 added the issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented label Jan 24, 2024
@lunny lunny added this to the 1.21.5 milestone Jan 25, 2024
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.
Copy link

Automatically locked because of our CONTRIBUTING guidelines

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants