-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
I suggests adding a new endpoint to facilitate the dispatching of workflows. #31765
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
Congratulations for the longest issue title 🎉 |
I ran into a situation today where I need to run workflows from a repo that is different from the one containing the code |
ref: #31765 --------- Signed-off-by: Bence Santha <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: Christopher Homberger <[email protected]>
ref: go-gitea#31765 --------- Signed-off-by: Bence Santha <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: Christopher Homberger <[email protected]>
Fix: #31765 (Re-open #32059) --------- Co-authored-by: Bence Santha <[email protected]> Co-authored-by: Bence Sántha <[email protected]> Co-authored-by: Christopher Homberger <[email protected]>
Hello, help me understand the deployment cycle. The feature seems to be merged to main, but it's still not included in the latest release. When will this be included? |
From the milestone of the pull request it should be end of next month https://github.com/go-gitea/gitea/milestone/167 |
You can use the nightly builds, they contains that feature. |
I suggests adding a new API endpoint to facilitate the dispatching of workflows. It empowers developers and teams to automate repetitive tasks and orchestrate complex workflows efficiently.
Create a workflow dispatch event
Payload:
Permissions:
Additional endpoints:
PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable
)PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable
)GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}
)GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing
)GET /repos/{owner}/{repo}/actions/workflows
)Originally posted by @bencurio in #28163 (comment)
The text was updated successfully, but these errors were encountered: