-
-
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
[Proposal] Add "bot account" as a type of user #13044
Comments
|
This would also be interesting for gpg key checks of mirrored repositories. |
I would say that multiple owners could also be useful, so more than 1 person can operate the bot (useful if one of the owner is away) |
My proposal would be:
|
now, I found it in gh, maybe we can add a similar mechanism. |
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
I have a bot account in my CI pipeline that adds commits to PR's (code formatting and cleanup, dependency upgrades, ..). |
Maybe this can also be used to change the sort order in the request review dropdown: |
Have there been any proposals to implement this? If one were to start implementing this, what would be a good starting point? |
looks |
So technically there is now a type of bot, but it doesn't have any logic for displaying a badge etc.. |
You mean with current Gitea? How would bot accounts work with the existing version? |
Well… We recognize them since #24026. |
Partially solve go-gitea#13044
Related somewhat: Support configuring permissions of automatic tokens of Actions jobs #24635 |
…play (#27885) Partially solve #13044 Fix #33295 --------- Co-authored-by: wxiaoguang <[email protected]>
[x]
):Description
Hello, Sometimes we will want add a new accout which only used by bot apps to call api. So I think maybe we can add it as a new user type. It maybe follow this tips.
Maybe usefull to fix #12985.
Screenshots
The text was updated successfully, but these errors were encountered: