-
Notifications
You must be signed in to change notification settings - Fork 4
ci: Adding workflow_call to make a consistent ecosystem for FIREWHEEL #173
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
base: main
Are you sure you want to change the base?
Conversation
@mitchnegus do you have thoughts on how to effectively test this without lots of merges? |
I think we could make a branch here on the main repo (not your fork) and then reference that branch in the MC workflows. There are some other factors that may cause it not to work so well for the PR title checker (does that use the target branch's workflow or the repo's default workflow? I'm not sure). Same thing for the release drafter, but that might work better if we release a development/alpha release. |
@sdelliot Give that PR (sandialabs/firewheel_repo_linux#5) a look. The CI there uses this branch to check the PR title successfully. We would still need to change that to point at the FIREWHEEL Also, the release drafter will require that a configuration file exist in the |
Also, I noticed that we have some workflows with the It's probably easier to make standard now than later once we start putting these references in more repos, but I'll leave it to you to decide if it's worth it. I haven't looked to see where we use one suffix or the other, so I honestly don't know if this is already going to be a pain to standardize. |
It looks like the |
No description provided.