Skip to content

Commit 1095d90

Browse files
authored
Merge pull request #29 from physiopy/testing-PR-checklist
testing PR checklist
2 parents 5e5e538 + ce07243 commit 1095d90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main-reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Determine checklist type
3333
id: checklist_type
3434
run: |
35-
COUNT=$(echo "$REVIEWERS" | grep -c .)
35+
COUNT=$(echo "$REVIEWERS" | wc -w)
3636
if [ "$COUNT" -eq "1" ]; then
3737
echo "TEMPLATE=main_rev_checklist.md" >> $GITHUB_ENV
3838
else

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This workflow automatically assigns labels to a PR if the PR edits a specific fi
3333
### 4 - welcome bot app, defined in [config.yml](https://github.com/physiopy/physiopy-test-workflows/blob/master/.github/config.yml)
3434
This bot automatically posts welcome and thank you messages when a contributor posts their first issue, first PR, and merges first PR. This is a nice way to welcome and thank new contributors, but also acts as an opportunity to direct them towards the relevant contributor guidelines, as needed.
3535

36-
### 5 - reviewer checklists on a PR (description to come once workflow finalised)
36+
### 5 - reviewer checklists on a PR (description to come - once workflow finalised)
3737

3838
Example:
3939

0 commit comments

Comments
 (0)