Skip to content

Commit 59bea2e

Browse files
committed
Allow Auto Merge
1 parent 09eb2c1 commit 59bea2e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/integration.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Test
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
dependabot:
8+
name: Auto Merge (Dependabot)
9+
uses: Staffbase/gha-workflows/.github/workflows/[email protected]
10+
with:
11+
force: true
12+
secrets:
13+
app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
14+
private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}

0 commit comments

Comments
 (0)