-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add API routes to manage Actions #25572
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
Comments
It will be also useful to have the possibility to enable the Actions in the repository settings API PATCH method. |
As a temporary workaround I established a web-scraper that you can complete in terms of features. |
You can do it with the endpoint {
"has_actions": true
} |
It would be nice also to be able to create and delete repository secrets through the API. Not sure if this request belongs to this issue, I can create another if needed. |
@lyz-code you can :) PUT/DELETE implemented for endpoint: |
Thanks @henrygoodman can't wait for 1.22 to be released |
Also, it is useful to add an API route to run ci (actions). I need an API to run actions for specific PR. |
An API to trigger actions (similar to the workflow dispatch event) would be nice |
any updates on this? Seems pretty standard to be able to trigger a pipeline from the API |
Any updates? |
Please focus on #31416 . |
Feature Description
If possible, could you add some API routes to list, get status, get informations of Actions on repositories ?
Something like that : /repos/{owner}/{repo}/actions.
Screenshots
No response
The text was updated successfully, but these errors were encountered: