Skip to content

Commit 1c8bccc

Browse files
Add Good Egg workflow for pull requests
Include GoodEgg Github Action
1 parent 2e59bdb commit 1c8bccc

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/good-egg.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Good Egg
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened, synchronize]
6+
7+
permissions:
8+
pull-requests: write
9+
10+
jobs:
11+
score:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: 2ndSetAI/good-egg@v2
15+
with:
16+
github-token: ${{ secrets.GITHUB_TOKEN }}
17+
skip-known-contributors: 'false'

0 commit comments

Comments
 (0)