mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-20 21:24:37 -05:00
Create contributors.yml
This commit is contained in:
parent
cf7541ff09
commit
049ba32976
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 4 * * 0'
|
||||||
|
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