Change includes paths in autobuild.sh - #18563
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- actions/extractor/tools/autobuild.sh: Language not supported
Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more
|
I recall this was deliberate - as we had an internal convention that additional reusable workflows from other repos could be checked out in some workflows under |
adityasharad
left a comment
There was a problem hiding this comment.
LGTM. @dbartol are you happy with these changes?
dbartol
left a comment
There was a problem hiding this comment.
There's a corresponding PowerShell script for Windows machines that needs to be updated as well. I've pushed those changes, but can't add them to this PR because it's from your fork. Just do:
git fetch origin
git merge origin/dbartol/actions-include-pwsh
git push|
@dbartol Done |
This PR changes the includes paths to only look at
.github/workflows/*.ymland.github/workflows/*.yamlbecause workflows cannot be nested under subdirectories in.github/workflows.After further discussion, we've decided to add
to support reusable workflows.
Pull Request checklist
All query authors
.qhelp. See the documentation in this repository.Internal query authors only
.ql,.qll, or.qhelpfiles. See the documentation (internal access required).