Skip to content

Commit 2ca70eb

Browse files
committed
feat: introduce automatic all-contributors when a pr is created it will automatic make a contribution branch
1 parent 173cdad commit 2ca70eb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/contributors.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
jobs:
2+
contributors:
3+
runs-on: ubuntu-latest
4+
steps:
5+
- uses: actions/checkout@v3
6+
- uses: JoshuaKGoldberg/all-contributors-auto-action@v0.3.2
7+
8+
name: Contributors
9+
10+
on:
11+
push:
12+
branches:
13+
- main

0 commit comments

Comments
 (0)