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 am using self hosted gitea application and gitea actions (basically github actions).
Are you willing to add support for gitea rest API pull request instead of hardcoded github.com/api/v ... ?
The text was updated successfully, but these errors were encountered:
Are you willing to add support for gitea rest API pull request instead of hardcoded github.com/api/v ... ?
I might be willing to add support for it if I'm satisfied that it would be maintainable long-term and not disrupt development for Github Actions, but I very much doubt it will be as simple as not hardcoding a URL. It would also involve setting up a test suite to run on Gitea, since I would need to make sure releases run correctly on both platforms.
I will look into this, but it might not be soon. I don't have a lot of time to investigate at the moment.
Subject of the issue
I am using self hosted gitea application and gitea actions (basically github actions).
Are you willing to add support for gitea rest API pull request instead of hardcoded github.com/api/v ... ?
The text was updated successfully, but these errors were encountered: