Skip to content

Commit fefd4fd

Browse files
Update comment option in good-egg.yml and use default version
Changed comment option from 'true' to 'false' in good-egg workflow.
1 parent 37f96e2 commit fefd4fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/good-egg.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818
skip-known-contributors: 'false'
19-
comment: 'true'
19+
comment: 'false'
2020
fail-on-low: 'true'
21-
scoring-model: v2
2221
- name: Print results
2322
run: |
2423
echo "Score: ${{ steps.egg.outputs.score }}"

0 commit comments

Comments
 (0)