Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alxarno/reps-stats
https://github.com/alxarno/reps-stats
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alxarno/reps-stats
- Owner: alxarno
- Created: 2021-11-08T13:33:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T15:10:47.000Z (about 3 years ago)
- Last Synced: 2024-05-28T15:30:56.336Z (8 months ago)
- Language: TypeScript
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reps-stats
## Usage
```yml
name: Member Contribution Reporton:
schedule:
# Runs on the first day of the month at 00:00 UTC
#
# ┌────────────── minute
# │ ┌──────────── hour
# │ │ ┌────────── day (month)
# │ │ │ ┌──────── month
# │ │ │ │ ┌────── day (week)
- cron: "0 0 1 * *"jobs:
member-contribution-report:
runs-on: ubuntu-lateststeps:
- name: Checkout
uses: actions/checkout@v2- name: Get Member Contributions
uses: alxarno/[email protected]
with:
token: ${{ secrets.ORG_TOKEN }}
days: 1
stale: 14
old: 120
org-name: "1712n"
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-s3-bucket: "nterminal-lite"
aws-s3-path: "debug/github-statistics"
```