Skip to content

Commit 838d0f9

Browse files
committed
try auto merge
1 parent 7246220 commit 838d0f9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,16 @@ jobs:
242242
path: build/web
243243
if-no-files-found: warn
244244
overwrite: false
245+
246+
dependabot:
247+
name: 'Dependabot'
248+
# needs: [build-aab, build-apk, build-ipa, build-linux, build-macos, build-web, build-windows]
249+
needs: [build-web]
250+
runs-on: ubuntu-latest
251+
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
252+
steps:
253+
- name: Enable auto-merge for Dependabot PRs
254+
env:
255+
PR_URL: ${{github.event.pull_request.html_url}}
256+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
257+
run: gh pr merge --auto --merge "$PR_URL"

0 commit comments

Comments
 (0)