| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d86d37b commit edc5791
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,17 @@ | |||
| 1 | + name: Find inactive collaborators | ||
| 2 | + | ||
| 3 | + on: | ||
| 4 | + schedule: | ||
| 5 | + # Run on the 15th day of the month at 4:05 AM UTC. | ||
| 6 | + - cron: '5 4 15 * *' | ||
| 7 | + | ||
| 8 | + workflow_dispatch: | ||
| 9 | + | ||
| 10 | + jobs: | ||
| 11 | + find: | ||
| 12 | + | ||
| 13 | + runs-on: ubuntu-latest | ||
| 14 | + | ||
| 15 | + steps: | ||
| 16 | + - uses: actions/checkout@v2 | ||
| 17 | + - run: tools/find-inactive-collaborators.mjs '1 year ago' | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments