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
20 changes: 11 additions & 9 deletions .github/workflows/weekly-contributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
"mansoorsiddiqui": "Mansoor Siddiqui",
"mlfarrell": "Mike Farrell",
"pierremtb": "Pierre Jacquier",
"vonniwilliams": "Vonni Williams"
"vonniwilliams": "Vonni Williams",
"lf94": "Lee",
"nadr0": "Kevin"
}
ignore-summaries-login-array: |
[
Expand All @@ -56,11 +58,11 @@ jobs:
"pierremtb",
"vonniwilliams"
]
- name: setup gh cli
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
- name: comment markdown
env:
PRNUM: ${{ github.event.pull_request.number }}
BODY: '${{ steps.markdown.outputs.markdown }}'
run: gh pr comment $PRNUM --body "$BODY"
# - name: setup gh cli
# run: |
# echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
# - name: comment markdown
# env:
# PRNUM: ${{ github.event.pull_request.number }}
# BODY: '${{ steps.markdown.outputs.markdown }}'
# run: gh pr comment $PRNUM --body "Review the contributions via Files changed"
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.20.1
nodejs v23.0.0
Loading