-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Fix Actions API #35204
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
Fix Actions API #35204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the additional test :)
@NorthRealm With the PRs you've submitted to the project I was wondering if you'd be interested in joining as a maintainer. |
Hey @techknowlogick , thanks for interest. But currently I don't have enough time for it as I have other personal matters to attend to. Unrelated, just wanna let you know that bounties and my personal needs are initially incentive for me to raise PRs. |
@techknowlogick I renamed the test file, as the deletion does not exist in 1.24. Automatic backport by the bot is going to fail. |
@NorthRealm, no worries, that is completely understandable, and your contributions are appreciated, especially since you chose to do them with the time you do have available :) |
* giteaofficial/main: Fix Actions API (go-gitea#35204) Add webhook test for push event (go-gitea#34442) Remove unneeded if statements for `update repo` API (go-gitea#35140) [skip ci] Updated translations via Crowdin Step down as maintainer (justusbunsi) (go-gitea#35212) Display pull request in merged commit view (go-gitea#35202) Step down as maintainer (pat-s) (go-gitea#35213)
Fixed a nil pointer error.
Related #34337