We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c954a0 commit 31e96a1Copy full SHA for 31e96a1
.github/workflows/autoupdate.yml
@@ -0,0 +1,15 @@
1
+name: autoupdate
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+jobs:
7
+ autoupdate:
8
+ name: autoupdate
9
+ runs-on: ubuntu
10
+ steps:
11
+ - uses: docker://chinthakagodawita/autoupdate-action:v1
12
+ env:
13
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
14
+ PR_FILTER: "protected"
15
+ MERGE_MSG: "Auto-update feature branch with changes from the main branch"
0 commit comments