https://github.com/4lch4/reports
A repository for generating automated reports.
https://github.com/4lch4/reports
Last synced: 3 months ago
JSON representation
A repository for generating automated reports.
- Host: GitHub
- URL: https://github.com/4lch4/reports
- Owner: 4lch4
- Created: 2023-06-06T00:04:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T04:46:52.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T17:52:56.717Z (3 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GH Reports
This repo is where I'll create/store auto-generated reports.
## Actions/Reports
### Stale Repos
- [stale_repos.yml][0]
This action/workflow will run on the first of every month at `04:20 AM UTC`. It will check all repos hosted on my [GitHub][1] account and create an issue in [this repo][3] with a list of all repos that have not been updated in the last 6 months.
### Token Expiration
- [token_expiration.yml][3]
This action/workflow will run once a week on `Monday` at `04:20 AM UTC`. It will check the expiration date of the current GitHub Token that's stored as the `GH_TOKEN` secret in this repository. If the token is set to expire within the next 7 days then an issue is created in [this repo][2].
[0]: ./.github/workflows/stale_repos.yml
[1]: https://github.com/4lch4
[2]: https://github.com/4lch4/Reports
[3]: ./.github/workflows/token_expiration.yml