-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
I suggests adding a new endpoint to facilitate the dispatching of workflows. #31765
Labels
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
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 |
lunny
added a commit
that referenced
this issue
Feb 9, 2025
ref: #31765 --------- Signed-off-by: Bence Santha <git@santha.eu> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Christopher Homberger <christopher.homberger@web.de>
wxiaoguang
pushed a commit
to wxiaoguang/gitea
that referenced
this issue
Feb 10, 2025
ref: go-gitea#31765 --------- Signed-off-by: Bence Santha <git@santha.eu> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Christopher Homberger <christopher.homberger@web.de>
wxiaoguang
added a commit
that referenced
this issue
Feb 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: