Skip to content

Commit 3dd3b47

Browse files
committed
feat: add default sync workflow
Signed-off-by: Olivier Vernin <olivier@vernin.me>
1 parent 1927645 commit 3dd3b47

4 files changed

Lines changed: 21 additions & 39 deletions

File tree

updatecli-compose.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ policies:
66
values:
77
- updatecli/values.d/scm_githubsearch.yaml
88

9+
- name: Default - Sync Updatecli values files from github.com/updatecli/updatecli
10+
policy: ghcr.io/updatecli/policies/file:0.3.2
11+
values:
12+
- updatecli/values.d/scm_githubsearch.yaml
13+
- updatecli/values.d/sync_gha_updatecli.yaml
14+
915
- name: Golang - Sync Updatecli values files from github.com/updatecli/updatecli
1016
policy: ghcr.io/updatecli/policies/file:0.3.2
1117
values:

updatecli/updatecli.d/license.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

updatecli/values.d/golang/sync_gha_updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ files:
1111
dst: .github/workflows/updatecli_update.yaml
1212

1313
pr:
14-
automerge: true
14+
automerge: false
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
src:
2+
url: "https://github.com/updatecli/updatecli.git"
3+
branch: "main"
4+
5+
files:
6+
- src: CODE_OF_CONDCUCT.md
7+
dst: CODE_OF_CONDCUCT.md
8+
- src: LICENSE
9+
dst: LICENSE
10+
- src: .github/workflows/typos.yaml
11+
dst: .github/workflows/typos.yaml
12+
13+
pr:
14+
automerge: false

0 commit comments

Comments
 (0)