Skip to content

Commit 2cc8a86

Browse files
chore: add contributors.yml
1 parent 6540c14 commit 2cc8a86

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/contributors.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
jobs:
2+
contributors:
3+
runs-on: ubuntu-latest
4+
steps:
5+
- uses: JoshuaKGoldberg/[email protected]
6+
- uses: stefanzweifel/git-auto-commit-action@v4
7+
with:
8+
commit_message: "Fill in all-contributors"
9+
10+
name: Contributors
11+
12+
on:
13+
push:
14+
branches:
15+
- main

0 commit comments

Comments
 (0)