You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like Gitea has customized messages for Webhooks.
As for now, Gitea Webhooks messages are hardcoded and there is no way for customization.
I think that following things make Gitea Webhooks functionality much better:
on webhooks page (maybe even better in config file) add Custom message field where user is able to set own message for specific action
user should be allowed to have/use predefined "variables", like %repo% for link to org/repository with the name,%issue.title% - issue's title if the action type in scope of issue and so on.
And as result, I'd like to be able to set (e.g. for pull request) message like: %user% has submitted pull-request to %repo%.
The text was updated successfully, but these errors were encountered:
I'd like Gitea has customized messages for Webhooks.
As for now, Gitea Webhooks messages are hardcoded and there is no way for customization.
I think that following things make Gitea Webhooks functionality much better:
Custom message
field where user is able to set own message for specific action%repo%
for link to org/repository with the name,%issue.title% - issue's title if the action type in scope of issue and so on.And as result, I'd like to be able to set (e.g. for pull request) message like: %user% has submitted pull-request to %repo%.
The text was updated successfully, but these errors were encountered: