Automatically update this project's branches and tags from the upstream repository every hour not work?

Hello, community! I import with Repo by URL the repository from GitHub to Gitlab, set Mirror repository, but the update from GitHub does not come to the Gitlab. why is that?

Hi, I assume you do not have Gitlab Premium? If you are using free version, then as per the docs:

push mirroring is available in all tiers. Pull mirroring is only in Premium. Therefore, you can push from Gitlab to Github for example. But if you want to make commits at Github, and have Gitlab get (pull) them then that would require Gitlab premium for pull mirroring to work.

Thanks!