1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-09 15:16:56 +00:00
No description
Find a file
Jason Hall d278e9cc47
Switch auto-merge to merge commits (#15)
Auto-merge workflow was using squash merges; change it to use standard
merge commits.

- **`auto-merge.yaml`**: Set `merge_method: 'merge'` (was `'squash'`)

<!-- START COPILOT CODING AGENT TIPS -->
---

💬 We'd love your input! Share your thoughts on Copilot coding agent in
our [2 minute survey](https://gh.io/copilot-coding-agent-survey).
2026-02-28 10:25:47 -05:00
.github fix: use merge commits instead of squash in auto-merge workflow 2026-02-28 15:19:09 +00:00
cmd Add repo-watcher-controller for polling remote Git refs 2026-02-28 14:09:58 +00:00
config Add repo-watcher-controller for polling remote Git refs 2026-02-28 14:09:58 +00:00
hack
pkg Fix repo-watcher deleting manually-created GitBranch CRDs 2026-02-28 14:32:09 +00:00
test/e2e Add comprehensive e2e tests for repo-watcher-controller 2026-02-28 14:15:28 +00:00
.gitattributes gh aw compile 2026-02-28 10:17:50 -05:00
.gitignore Add .gitignore for Go binaries and IDE files 2026-02-28 00:14:29 +00:00
.ko.yaml
CLAUDE.md Add repo-watcher-controller for polling remote Git refs 2026-02-28 14:09:58 +00:00
go.mod go get -u ./... && go mod tidy: update dependencies 2026-02-28 04:14:23 +00:00
go.sum go get -u ./... && go mod tidy: update dependencies 2026-02-28 04:14:23 +00:00