-
Notifications
You must be signed in to change notification settings - Fork 0
Baseline lab automation for lab #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
Pull Request Overview
This pull request establishes baseline lab automation for the lab by introducing key files required for license establishment, workflow-based automation, and issue templating.
- Added an MIT LICENSE file.
- Introduced GitHub workflows for lab issue automation and a ping response to issue comments.
- Added an issue template to streamline lab issue creation.
Reviewed Changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated no comments.
File | Description |
---|---|
LICENSE | Adds the standard MIT license for the project. |
.github/workflows/lab-issue-automation.yml | Implements a workflow to seed lab issues triggered on push and dispatch events. |
.github/workflows/issue-ping.yml | Sets up an issue comment listener that responds to "ping." |
.github/ISSUE_TEMPLATE/build-lab-issue-basics-template.md | Provides an issue template to facilitate lab issue documentation. |
Files not reviewed (3)
- .github/scripts/issue-seeds.json: Language not supported
- .github/scripts/prepare-lab-env.sh: Language not supported
- .github/workflows/.run-once: Language not supported
@chrisreddington @tspascoal - Can one of you approve this PR so that I can merge the files needed in the main branch to support the Build labs? The rest of them will be stored in a branch just to support BUILD. They will be updated and merged later once they are modified to not need the Skillable infrastructure. Important Only the first commit should be merged. The second should remain in the Build source branch. |
We will open a new PR when the time is right. For now I will maintain the branch to support Build. |
No description provided.