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

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.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/[email protected]
7+
8+
name: Contributors
9+
10+
on:
11+
push:
12+
branches:
13+
- main

0 commit comments

Comments
 (0)