Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FilePattern support for .github\workflow sync (#1856)
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. Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
- Loading branch information