mirror of
https://github.com/moonD4rk/HackBrowserData
synced 2025-02-13 00:57:44 +00:00
chore: add contributes workflow, resolve #55
This commit is contained in:
parent
c23cb8a4d6
commit
138c33dade
21
.github/workflows/contributors.yml
vendored
Normal file
21
.github/workflows/contributors.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: Contributors
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 1 * * 0' # At 01:00 on Sunday.
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
logLevel:
|
||||
description: 'manual run'
|
||||
required: false
|
||||
default: ''
|
||||
jobs:
|
||||
contributors:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: bubkoo/contributors-list@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
round: true
|
Loading…
Reference in New Issue
Block a user