Skip to content

Commit

Permalink
✨ Added git contributor lists
Browse files Browse the repository at this point in the history
  • Loading branch information
YiqinZhao committed Aug 30, 2024
1 parent fda69b1 commit 6f2318c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ series = {HOTMOBILE '24}
}
```

# Contributors

<!-- readme: contributors -start -->
<!-- readme: contributors -end -->

## Acknowledgement

This work was supported in part by NSF Grants #2105564 and #2236987, and a VMware grant.

0 comments on commit 6f2318c

Please sign in to comment.