Add FilePattern support for .github\workflow sync#8849
Add FilePattern support for .github\workflow sync#8849weshaggard merged 4 commits intoAzure:mainfrom
Conversation
Given we cannot create subfolders under .github\workflow folder and we have repos that want additional workflows then we have in the tools repo we need to setup a file pattern matching for the sync processing to only sync the ones we want to be common. For now just use the existing *event* pattern but we can move them to another pattern similar to *common* or *sync* in the future as we add more common workflows.
|
The following pipelines have been queued for testing: |
JimSuplizio
left a comment
There was a problem hiding this comment.
@weshaggard, there's one file that also needs to be updated. eng-common-workflow-enforcer.yml would need to be modified so it would exclude event but allow other files. Right now, it'll exclude the entire .github/workflows directory.
JimSuplizio
left a comment
There was a problem hiding this comment.
@weshaggard, I'm an idiot and I literally stared right at the file in the PR and didn't see it. I'm approving.
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#8849 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Given we cannot create subfolders under .github\workflow folder and we have repos that want additional workflows then we have in the tools repo we need to setup a file pattern matching for the sync processing to only sync the ones we want to be common.
For now just use the existing event pattern but we can move them to another pattern similar to common or sync in the future as we add more common workflows.