Create GitHub2Gitea.yaml#4
Open
MuratovAS wants to merge 1 commit into
Open
Conversation
maxkratz
requested changes
Apr 1, 2026
Owner
There was a problem hiding this comment.
Thank you (again) @MuratovAS for your contribution.
I propose two (small) changes before merging this PR:
- Can you please rename your file to only include non-capital letters? For example,
github2gitea.yamlwould be nice. - Can you please add a small section to the
README.mdfile to explain this configuration file?
Thank you.
| # Token owner name | ||
| GITHUB_USER: XXXX | ||
| # Usernames to clone (Use space as delimiter) | ||
| GITHUB_USE: "XXXX" |
Owner
There was a problem hiding this comment.
Shouldn't this environment variable have the name GITHUB_USERS or something more descriptive?
Owner
|
@MuratovAS: I am sorry for the long delay. If I am not mistaken, I did not actually submit my review on this PR, and, therefore, you could not read my comments. |
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Made an example configuration for
gitea actions. It allows you to clone repositories of users and organizations on a schedule.This ties into #3