Skip to content

Commit

Permalink
put the number of PR into credits.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdyx committed Nov 20, 2023
1 parent 8f85ada commit 04152e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/credits.md
Original file line number Diff line number Diff line change
@@ -1,14 +0,0 @@
### Timestamp:
2023-11-19T19:31:45Z
### Contributor:
qcdyx
#### PR Title:
feat: Sidecar jlu
############################################
### Timestamp:
2023-11-20T17:06:33Z
### Contributor:
qcdyx
#### PR Title:
feat: Recognize/Credit Contributors
########################################################################################x
2 changes: 2 additions & 0 deletions .github/workflows/update_credits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
echo "$(date -u +"%Y-%m-%dT%H:%M:%SZ")" >> .github/credits.md
echo "### Contributor:" >> .github/credits.md
echo "${{ github.event.pull_request.user.login }}" >> .github/credits.md
echo "#### PR Number:" >> .github/credits.md
echo "${{ github.event.pull_request.number }}" >> .github/credits.md
echo "#### PR Title:" >> .github/credits.md
echo "${{ github.event.pull_request.title }}" >> .github/credits.md
echo "########################################################################################x" >> .github/credits.md
Expand Down

0 comments on commit 04152e0

Please sign in to comment.