Skip to content

Commit 4d9cf07

Browse files
fix: update action-keyphrase-checker version and minimum occurrences
1 parent 8e532eb commit 4d9cf07

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/2-first-introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
- name: Check for additional student activities
5252
id: check-additional-activities
5353
continue-on-error: true
54-
uses: skills/action-keyphrase-checker@main # TODO: Change later
54+
uses: skills/action-keyphrase-checker@v1
5555
with:
5656
text-file: src/app.py
5757
keyphrase: '"description"'
58-
minimum-occurrences: 3
58+
minimum-occurrences: 4
5959
case-sensitive: false
6060

6161
- name: Build message - step results

.github/workflows/3-copilot-edits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Check for participant info in app.js
5050
id: check-app-js
5151
continue-on-error: true
52-
uses: skills/action-keyphrase-checker@main # TODO: Change later
52+
uses: skills/action-keyphrase-checker@v1
5353
with:
5454
text-file: src/static/app.js
5555
keyphrase: participant
@@ -59,7 +59,7 @@ jobs:
5959
- name: Check for participant info in styles.css
6060
id: check-styles
6161
continue-on-error: true
62-
uses: skills/action-keyphrase-checker@main # TODO: Change later
62+
uses: skills/action-keyphrase-checker@v1
6363
with:
6464
text-file: src/static/styles.css
6565
keyphrase: participant

.github/workflows/4b-copilot-on-github.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Step 4b # Copilot on GitHub
22

33
on:
44
# Trigger if PR Description is edited
5-
# pull_request:
6-
# branches:
7-
# - main
8-
# types:
9-
# - edited
5+
pull_request:
6+
branches:
7+
- main
8+
types:
9+
- edited
1010

1111
# Trigger if Copilot adds a review comment
1212
pull_request_review:

0 commit comments

Comments
 (0)