GitHub: Delete contributors.yml action and contributors.svg
SVGs are ugly and way too large for our use.
This commit is contained in:
parent
7b376c7460
commit
a2b77bca11
2 changed files with 0 additions and 329 deletions
17
.github/workflows/contributors.yml
vendored
17
.github/workflows/contributors.yml
vendored
|
@ -1,17 +0,0 @@
|
|||
name: Contributors
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 1 * * 0' # At 01:00 on Sunday.
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
jobs:
|
||||
contributors:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wow-actions/contributors-list@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.SVG_TOKEN }}
|
||||
commitMessage: 'CI: Update contributors.svg'
|
||||
svgPath: 'assets/static/img/contributors.svg'
|
||||
affiliation: 'all'
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 24 MiB |
Loading…
Add table
Reference in a new issue