mirror of
https://github.com/sokai/gh-stars.git
synced 2025-10-11 16:00:39 +02:00
Initial commit
This commit is contained in:
commit
33c8183840
8 changed files with 6644 additions and 0 deletions
21
.github/workflows/update-by-list.yml
vendored
Normal file
21
.github/workflows/update-by-list.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
name: Update by list
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
jobs:
|
||||
update-by-list:
|
||||
name: update awesome-stars
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update repo category by list
|
||||
uses: Frestein/gaze-stars@main
|
||||
with:
|
||||
github-username: ${{ github.repository_owner }}
|
||||
git-message: "docs(list): bump data"
|
||||
sort-by: stars
|
||||
style: list
|
||||
template-path: .github/templates/by-list.md
|
||||
output-path: by-list.md
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue