Skip to content

Commit 59ff59c

Browse files
authored
Merge pull request #52 from tobbie/jp/add-ghrs
Add github-repo-stats workflow file
2 parents 43ff316 + 9e9a96d commit 59ff59c

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: github-repo-stats
2+
3+
on:
4+
schedule:
5+
# Run this once per day, towards the end of the day for keeping the most
6+
# recent data point most meaningful (hours are interpreted in UTC).
7+
- cron: "0 23 * * *"
8+
workflow_dispatch: # Allow for running this manually.
9+
10+
jobs:
11+
j1:
12+
name: github-repo-stats
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: run-ghrs
16+
# Use latest release.
17+
uses: jgehrcke/github-repo-stats@RELEASE
18+
with:
19+
ghtoken: ${{ secrets.ghrs_github_api_token }}

AlgorithmPractise.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
88
ProjectSection(SolutionItems) = preProject
99
.github\workflows\build.yml = .github\workflows\build.yml
1010
.github\workflows\build_sonar.txt = .github\workflows\build_sonar.txt
11+
.github\workflows\github-repo-stats.yml = .github\workflows\github-repo-stats.yml
1112
README.md = README.md
1213
EndProjectSection
1314
EndProject

github-repo-stats.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)