Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions .github/workflows/0-start-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
ref: v0.7.3

- name: Create comment - add step content
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
file: ${{ env.STEP_1_FILE }}

- name: Create comment - watching for progress
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/1-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
direction: last

- name: Update comment - checking work
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
keyphrase: "1\\.14\\.1"

- name: Update comment - step results
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
ref: v0.7.3

- name: Create comment - step finished
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand All @@ -135,14 +135,14 @@ jobs:
next_step_number: 2

- name: Create comment - add step content
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
file: ${{ env.STEP_2_FILE }}

- name: Create comment - watching for progress
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/2-dependabot-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
direction: last

- name: Update comment - checking work
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
keyphrase: 'minimist-(?!1\.2\.[0-5])(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(?:-((?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?'

- name: Update comment - step results
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
ref: v0.7.3

- name: Create comment - step finished
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand All @@ -133,14 +133,14 @@ jobs:
next_step_number: 3

- name: Create comment - add step content
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
file: ${{ env.STEP_3_FILE }}

- name: Create comment - watching for progress
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/3-dependabot-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
direction: last

- name: Update comment - checking work
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
keyphrase: 'axios-(?!0\.21\.[01])(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(?:-((?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?'

- name: Update comment - step results
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
ref: v0.7.3

- name: Create comment - step finished
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand All @@ -133,14 +133,14 @@ jobs:
next_step_number: 4

- name: Create comment - add step content
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
file: ${{ env.STEP_4_FILE }}

- name: Create comment - watching for progress
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/4-dependabot-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
direction: last

- name: Update comment - checking work
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand All @@ -77,7 +77,7 @@ jobs:
# END: Check practical exercise

- name: Update comment - step results
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand Down Expand Up @@ -116,14 +116,14 @@ jobs:
ref: v0.7.3

- name: Create comment - step finished - final review next
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
file: exercise-toolkit/markdown-templates/step-feedback/lesson-review.md

- name: Create comment - add review content
uses: GrantBirki/comment@v2.1.1
uses: GrantBirki/comment@v3.0.0
with:
repository: ${{ env.ISSUE_REPOSITORY }}
issue-number: ${{ env.ISSUE_NUMBER }}
Expand Down