Skip to content

Commit 3af1d12

Browse files
chore: Adding autoupdate workflow to make life easy (Unity-Technologies#1408)
* chore: Adding autoupdate workflow to make life easy * chore: PR Feedback * proper branch name
1 parent b4a1e56 commit 3af1d12

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/autoupdate.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.GITHUB_TOKEN }}"
15+
PR_FILTER: "protected"
16+
PR_READY_STATE: "ready_for_review"

0 commit comments

Comments
 (0)