Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix weekly contributions script #332

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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