Replies: 9 comments 33 replies
-
|
This is awesome for any workflow that is non-language-specific. I'd love to see the ability to limit which repos are subject to these required workflows, via repo name pattern, repo topic, or some other criteria |
Beta Was this translation helpful? Give feedback.
-
|
Looking forward to support for additional triggers, would be great to trigger these workflows on PR merge/close events! |
Beta Was this translation helpful? Give feedback.
-
|
Hi ! I've did it according to the documentation and blog article, but the required workflows are stuck in "Waiting for workflow to run" state. Ruleset settings
Reusable workflow
name: Test required workflow
on:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo helloI can't see anywhere the workflow run. Did I missed something ? |
Beta Was this translation helpful? Give feedback.
-
Ooooh that's what I've missed ! Thanks a lot @elbrenn it works 👍 |
Beta Was this translation helpful? Give feedback.
-
|
@tuves hi. Is there a roadmap to release this feature to non-enterprise organizations on the Team plan? |
Beta Was this translation helpful? Give feedback.
-
|
Previously with the beta, it was possible to have a required workflow (pull_request) that fired on other types like labeled, unlabeled, etc. That seems to have stopped working with the migration to Repository Rulesets, why is that? Are the following pull_request types not supported for a required workflow through Repository Rulesets? |
Beta Was this translation helpful? Give feedback.
-
|
When using Evaluate for the required workflow I like that we can see the insights. What would be nice also is the ability to export the data. Is this on the roadmap? Is this doable today via API calls? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hello, OrgA (all workflows from my company) <- OrgsX uses all workflows from there. I just realized the "require workflows to pass before merging" rulesets cannot be created pointing to workflows on a different Org than the one where the ruleset is being created. I mean, if I'm in OrgX I cannot select a repository in OrgA. :( Thx |
Beta Was this translation helpful? Give feedback.






{{title}}
{{editor}}'s edit
{{editor}}'s edit
-
Just released 🎉 🎉 🎉
Available today, GitHub Enterprise Cloud customers have the ability to set up rules that require workflows to run and pass before a pull request can be merged. This is a powerful new tool for organizations who are creating a centralized ci/cd policy for their repositories. For more detailed information please read our blog announcement and check out our documentation to start requiring workflows.
What's Next?
In the near future we're looking to:
Feedback
We hope you're all as excited as we are and will take some time to share some feedback about this release. All of your feedback helps us improve the feature as we continue to iterate in the coming quarters.
Beta Was this translation helpful? Give feedback.
All reactions