Skip to content

Commit 00605fd

Browse files
Add back automerge
1 parent a8032db commit 00605fd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,13 @@ jobs:
7878
- name: Run Tests
7979
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup
8080
working-directory: test-app
81+
automerge:
82+
needs: [test, try-scenarios]
83+
runs-on: ubuntu-latest
84+
permissions:
85+
pull-requests: write
86+
contents: write
87+
steps:
88+
- uses: fastify/[email protected]
89+
with:
90+
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)