Skip to content

Commit cabb4df

Browse files
chore: adding this to make life easier. (#1468)
1 parent 82d98a5 commit cabb4df

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/autoupdate.yaml

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

0 commit comments

Comments
 (0)