Replies: 14 comments 37 replies
-
Follow up question for you. You are using this example:
Would you be happy if it's I'm loathe to do anything in |
Beta Was this translation helpful? Give feedback.
-
👍 |
Beta Was this translation helpful? Give feedback.
-
We're trying to create an organizational level repo to hold all our reused workflow components across the company, and this restriction is making organization of these extremely difficult. We have to put every single reusable workflow in the same folder, with no nesting or organization beyond how they are named? That is so ludicrously restrictive. These aren't things that make sense to turn into actions, they're full-fledged jobs that need permissive access. We're probably going to have to make multiple repos just to split these up into logical groups. |
Beta Was this translation helpful? Give feedback.
-
Yeah, this seems like a pretty arbitrary restriction to not allow subdirectories for organizational purposes. |
Beta Was this translation helpful? Give feedback.
-
Is there any status update on this? This issue is nearing 2 years old now. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
This would be incredibly helpful - not sure why this restriction exists but it would really help manage and organise lots of re-usable jobs to not end up with tons of workflows at the same level of the directory |
Beta Was this translation helpful? Give feedback.
-
Please fix this. |
Beta Was this translation helpful? Give feedback.
-
is this thread a duplicate of https://github.com/orgs/community/discussions/18055 ? |
Beta Was this translation helpful? Give feedback.
-
Sounds like a very small edge case that would be up to the repo owners to fix later. |
Beta Was this translation helpful? Give feedback.
-
just stumbled upon this. i mean it forces a flat structure that could potentially be huge therefore hard on the eye. |
Beta Was this translation helpful? Give feedback.
-
Is this even on anyones radar? This is a bit of a headache when splitting out reusable workflows and tbh is the reason I still haven't it looks ridiculous to have to give everything unique names in a single bucket when they could apply to any number of different things. The concept of organising by directories is such a simple and well tested method, it seems odd to have this restricted - for years now! |
Beta Was this translation helpful? Give feedback.
-
Sorry I missed this one, I will add this to our internal tracking backlog of items to improve re-usable workflows and ensure it feeds into our planning cycle over the next 12 months <3. Sorry for being quiet on this one, thank you for all engaging for so long. Please keep feeding back to us it's the only way we know where we should be spending our time. |
Beta Was this translation helpful? Give feedback.
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After seeing https://github.blog/changelog/2022-01-25-github-actions-reusable-workflows-can-be-referenced-locally/, I was very excited to run jobs like:
However, in my monorepo with dozens of local workflows, I would love to extend this functionality to allow for running workflows in any local directory. When I attempt to run something like:
I see the error:
invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
This makes organizing my workflows directory very difficult
Previous related tickets:
Beta Was this translation helpful? Give feedback.
All reactions