Skip to content

feat: update grading workflows and refresh tool versions #44

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

Merged
merged 4 commits into from
Apr 30, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: update exercise-toolkit workflows to version 0.4.0
  • Loading branch information
FidelusAleksander committed Apr 29, 2025
commit 5a2b77ee2dd70071871c51f7ae3d2eb6c66e4d85
4 changes: 2 additions & 2 deletions .github/workflows/0-start-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: |
!github.event.repository.is_template
name: Start Exercise
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.3.0
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.4.0
with:
exercise-title: "Getting Started with GitHub Copilot"
intro-message: "Welcome to the exciting world of GitHub Copilot! 🚀 In this exercise, you'll unlock the potential of this AI-powered coding assistant to accelerate your development process. Let's dive in and have some fun exploring the future of coding together! 💻✨"
Expand All @@ -40,7 +40,7 @@ jobs:
with:
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: v0.3.0
ref: v0.4.0

- name: Build comment - add step content
id: build-comment
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/1-preparing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
find_exercise:
name: Find Exercise Issue
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.1.0
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0

check_step_work:
name: Check step work
Expand All @@ -34,7 +34,7 @@ jobs:
with:
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: main # TODO: Change later
ref: v0.4.0

- name: Update comment - checking work
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
with:
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: main # TODO: Change later
ref: v0.4.0

- name: Create comment - add step content
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/2-first-introduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
find_exercise:
name: Find Exercise Issue
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.1.0
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0

check_step_work:
name: Check step work
Expand All @@ -36,7 +36,7 @@ jobs:
with:
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: main # TODO: Change later
ref: v0.4.0

- name: Update comment - checking work
run: |
Expand Down Expand Up @@ -85,11 +85,11 @@ jobs:

- name: Build message - step finished
id: build-message-step-finish
uses: skills/action-text-variables@v1
uses: skills/action-text-variables@v2
with:
template-file: exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md
template-vars: |
next_step_number=3
next_step_number: 3

- name: Update comment - step finished
run: |
Expand All @@ -115,7 +115,7 @@ jobs:
with:
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: main # TODO: Change later
ref: v0.4.0

- name: Create comment - add step content
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/3-copilot-edits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
find_exercise:
name: Find Exercise Issue
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.1.0
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0

check_step_work:
name: Check step work
Expand All @@ -36,7 +36,7 @@ jobs:
with:
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: main # TODO: Change later
ref: v0.4.0

- name: Update comment - checking work
run: |
Expand Down Expand Up @@ -94,11 +94,11 @@ jobs:

- name: Build message - step finished
id: build-message-step-finish
uses: skills/action-text-variables@v1
uses: skills/action-text-variables@v2
with:
template-file: exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md
template-vars: |
next_step_number=4
next_step_number: 4

- name: Update comment - step finished
run: |
Expand All @@ -124,7 +124,7 @@ jobs:
with:
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: main # TODO: Change later
ref: v0.4.0

- name: Create comment - add step content
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3b-copilot-agent-mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

find_exercise:
name: Find Exercise Issue
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.1.0
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0

post_step_3b_content:
name: Post step 3b content
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/4-copilot-on-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
find_exercise:
name: Find Exercise Issue
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.1.0
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0

check_step_work:
name: Check step work
Expand All @@ -37,7 +37,7 @@ jobs:
with:
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: main # TODO: Change later
ref: v0.4.0

# START: Check practical exercise

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
with:
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: main # TODO: Change later
ref: v0.4.0

- name: Create comment - add step content
run: |
Expand All @@ -81,7 +81,7 @@ jobs:
finish_exercise:
name: Finish Exercise
needs: [find_exercise, post_review_content]
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.3.0
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.4.0
with:
issue-url: ${{ needs.find_exercise.outputs.issue-url }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/4b-copilot-on-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
jobs:
find_exercise:
name: Find Exercise Issue
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.1.0
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0

check_step_work:
name: Check step work
Expand All @@ -39,7 +39,7 @@ jobs:
with:
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: main # TODO: Change later
ref: v0.4.0

# START: Check practical exercise

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- description: "Pull request received a review from GitHub Copilot"
passed: ${{ steps.check-copilot-review.outcome == 'success' }}
tips:
- "Copilot review will also suggest changes for common mistakes and typos."
- "If you already requested Copilot review and this check did not pass, go to your repository [actions](https://github.com/${{github.repository}}/actions) tab to check if a workflow run is awaiting your manual approval."
- "You can use repository rulesets to automatically require a review from Copilot."

- name: Create comment - step results
Expand Down