Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only the release pipelines are really owned by devops.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We discussed this with DevOps and they'd like general oversight of workflows altogether. This is a good best practice as they possess a lot of knowledge about GitHub workflows. Additionally, we have seen a lot of benefits come from collaboration -- the test repo being a good example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's fine and we typically do request review from devops when it makes sense. However I don't want to block PRs requiring minor changes to the workflows before we can ensure the process works. (Check contributing docs)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is in place for our biggest repos today. DevOps is available to review changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this referring to the Code Owner review process? or the process that is being written and updated in the GitHub Workflow itself?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joseph-flinn The review process. The workflows in this repo aren't stable (other than the publish) and we tend to make minor adjustments frequently. I mainly don't want to go ping devops all the time but if that's our process I'll do it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, thanks!
Long term, I'd like to see DevOps set up more robust tooling around workflow changes (mostly linting) to enable a better development experience for all engineering teams while working in the pipelines while also enforcing secure industry practices. I'll work with the team to have quick turn around times for workflow changes until we have capacity to build out the tooling.