Skip to content

Commit 8eb6836

Browse files
committed
ci: autoupdate to automerge via netcode-ci-service
1 parent eb440de commit 8eb6836

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/autoupdate.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: auto-update
2+
on:
3+
push:
4+
branches:
5+
- develop
6+
jobs:
7+
autoupdate:
8+
name: auto-update
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: docker://chinthakagodawita/autoupdate-action:v1
12+
env:
13+
GITHUB_TOKEN: "${{ secrets.NETCODE_CI_SERVICE_TOKEN }}"
14+
PR_FILTER: "auto_merge"
15+
PR_READY_STATE: "ready_for_review"
16+
MERGE_CONFLICT_ACTION: "ignore"
17+

0 commit comments

Comments
 (0)