Skip to content

Commit f2d261c

Browse files
authored
Auto-update feature branches when main is updated (#157)
1 parent 3c954a0 commit f2d261c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/autoupdate.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: autoupdate
2+
on:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
autoupdate:
8+
permissions:
9+
contents: write
10+
name: autoupdate
11+
runs-on: ubuntu
12+
steps:
13+
- uses: docker://chinthakagodawita/autoupdate-action:v1
14+
env:
15+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
16+
PR_FILTER: "protected"
17+
MERGE_MSG: "Auto-update feature branch with changes from the main branch"

0 commit comments

Comments
 (0)