Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 17b1f98

Browse files
committed
CI/CD: Add CONTRIBUTORS.md workflow
1 parent c8dbcbd commit 17b1f98

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/contributors.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Update CONTRIBUTORS file
2+
on:
3+
schedule:
4+
- cron: "0 0 1 * *"
5+
workflow_dispatch:
6+
jobs:
7+
main:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: minicli/action-contributors@v3.3
11+
name: "Update a projects CONTRIBUTORS file"
12+
env:
13+
CONTRIB_REPOSITORY: "Its4Nik/DockStatAPI"
14+
CONTRIB_OUTPUT_FILE: "CONTRIBUTORS.md"
15+
16+
- name: Commit changes
17+
uses: test-room-7/action-update-file@v1
18+
with:
19+
file-path: "CONTRIBUTORS.md"
20+
commit-msg: Update Contributors
21+
github-token: ${{ secrets.GITHUB_TOKEN }}

CONTRIBUTORS.md

Whitespace-only changes.

0 commit comments

Comments
 (0)