-
Notifications
You must be signed in to change notification settings - Fork 256
GH Actions, Git Cheatsheet, Naming #48
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
… shell: automatically close assignment PRs
|
Hello, thank you for your contribution. If you are a participant, please close this pull request and open it in your own forked repository instead of here. Please read the instructions on your onboarding Assignment Submission Guide more carefully. If you are not a participant, please give us up to 72 hours to review your PR. Alternatively, you can reach out to us directly to expedite the review process. |
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 updates GitHub workflows to automatically close assignment PRs, adds a comprehensive Git Cheatsheet, and updates documentation titles and notes to better reflect their purpose.
- Updates GitHub workflows for automatic PR comments and closures.
- Adds a new Git Cheatsheet with inline comments.
- Renames documentation headings to remove homework references.
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| 04_this_cohort/additional_resources/git_cheatsheet.md | Adds an extensive Git commands cheatsheet with inline comments. |
| 02_activities/practice/git_moderate.md | Renames and removes the note in the Git practice problem file. |
| 02_activities/practice/git_advanced.md | Renames and removes the note in the Git practice problem file. |
| .github/workflows/deploy_github_pages.yml | Removes an outdated comment line regarding the upload path. |
| .github/workflows/automatic_pr_comment.yaml | Updates the workflow naming and logic to handle assignment PRs. |
Co-authored-by: Copilot <[email protected]>
|
Hello, thank you for your contribution. If you are a participant, please close this pull request and open it in your own forked repository instead of here. Please read the instructions on your onboarding Assignment Submission Guide more carefully. If you are not a participant, please give us up to 72 hours to review your PR. Alternatively, you can reach out to us directly to expedite the review process. |
|
Is the git commands cheatsheet something that we should add more generally into the repo @dtxe, or just keep in the "this cohort" folder? |
|
@RohanAlexander I'm open to adding it more generally. Will send in another PR. |
|
@dtxe okay. I'm not sure where it would fit, but if you think that it's the sort of thing that is likely to be persistently useful then let's add it somewhere that seems sensible initially and then can move around next cohort if needed. |
This pull request includes updates to the GitHub workflows, adding the Git Cheatsheet, and misc naming changes.
GitHub Workflows:
UofT-DSI/git/mainif they come from a branch namedassignmentDocumentation Updates:
02_activities/practice/git_advanced.md: Updated the title from "Git Advanced Homework" to "Git Advanced Practice Problems"02_activities/practice/git_moderate.md: Fixed title mismatch, from "Git Basics" to "Git Moderate Practice Problems"04_this_cohort/additional_resources/git_cheatsheet.md: Added a comprehensive Git commands cheatsheet based on previous cohort scratchpads intended to supplement the live scratchpad notes