Skip to content

Commit ca5f821

Browse files
Pigbibicodex
andauthored
fix: require manual dependency merges (#117)
* fix: require manual dependency merges Co-Authored-By: Codex <noreply@openai.com> * fix: retain disabled workflow tombstones Co-Authored-By: Codex <noreply@openai.com> * fix: preserve sensitive path ownership Co-Authored-By: Codex <noreply@openai.com> --------- Co-authored-by: Codex <noreply@openai.com>
1 parent 55a3c87 commit ca5f821

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/CODEOWNERS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
* @Pigbibi
1+
# Gateway control, deployment, and credential-handling changes require owner visibility.
2+
/.github/CODEOWNERS @Pigbibi
3+
/.github/workflows/ @Pigbibi
4+
/2fa_bot.py @Pigbibi
5+
/Dockerfile @Pigbibi
6+
/docker-compose.yml @Pigbibi
7+
/container_overrides/ @Pigbibi
8+
/scripts/ @Pigbibi

.github/workflows/dependabot_auto_merge.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Auto Merge Dependabot PR
22

3+
# Disabled tombstone: runtime and credential repositories require manual dependency merges.
34
"on":
4-
workflow_run:
5-
workflows: ["CI"]
6-
types: [completed]
5+
workflow_dispatch:
76

87
jobs:
98
auto-merge:

.github/workflows/dependabot_review_request_cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Dismiss Dependabot Review Request
22

3+
# Disabled tombstone: automatic cleanup cannot retract an already-sent review notification.
34
"on":
4-
pull_request_target:
5-
types: [review_requested]
5+
workflow_dispatch:
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)