-
-
Notifications
You must be signed in to change notification settings - Fork 2
.Copilot-Setup-Steps.<issue_title>The condition still checks for #103
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Type
Fields
Give feedbackNo fields configured for issues without a type.
.Copilot-Setup-Steps.<issue_title>The condition still checks for
"$TARGET DIR" == "~" Which is the problematic pattern mentioned in the comments. If this is meant to demonstrate the corrected approach, this check should be removed since $HOME comparison already handles the home directory case properly.</issue_title>
<issue_description>The condition still
checks for "$TARGET_DIR" == "~"
which is the problematic pattern mentioned in the comments. If this is meant to demonstrate the corrected approach, this check should be removed since $HOME comparison already handles the home directory case properly.# ...
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read # for actions/checkout
steps:
- uses: actions/checkout@v5
with:
lfs: true
Pull Request Overview
This PR introduces a comprehensive utility script
fix_example.shto validate and maintain the repository structure required for GitHub Copilot coding agent training environments.Key changes:
Originally posted by @copilot-pull-request-reviewer in joe10832/skills-expand-your-team-with-copilot#22 (review)