GH Actions update, Bash cheatsheet, minor tweaks#235
Conversation
…it normally isn't a problem due to security restrictions on pull_target, but coding in the condition just in case.
|
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.
Pull Request Overview
This pull request updates GitHub Actions workflows and adds a new Bash commands cheatsheet to supplement user documentation while also applying minor formatting tweaks.
- Added a comprehensive Bash cheatsheet file with practical command examples.
- Modified GitHub Actions workflows to improve PR comment handling and deployment conditions.
- Updated autograder workflow conditions to better distinguish participant branches.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| 04_this_cohort/additional_resources/bash_commands_cheatsheet.md | Added a new cheatsheet file with examples for bash commands. |
| .github/workflows/deploy_github_pages.yml | Tweaked workflow steps for GitHub Pages deployment. |
| .github/workflows/automatic_pr_comment.yaml | Refactored PR comment handling with branch-based logic. |
| .github/workflows/autograder.yml | Adjusted conditions for running the autograder on certain branches. |
Comments suppressed due to low confidence (1)
04_this_cohort/additional_resources/bash_commands_cheatsheet.md:89
- [nitpick] There is an extra pair of asterisks at the end of the header that might be a formatting error. Consider removing them for consistent markdown formatting.
#### Append to ~/.bash_profile for extra spacing between previous commands and the subsequent shell prompt**
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
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. |
Repo actions
UofT-DSI/shell/mainare automatically closed if they come from a branch starting withassignmentBash cheatsheet
Misc changes