Skip to content

Commit 13a4b04

Browse files
committed
fix: add colinmurphy and josephfusco as codeowners for dependency files
Specific CODEOWNERS rules for dependency files override the wildcard, so colinmurphy and josephfusco were excluded from approving those files. Also adds ready_for_review trigger to dependabot workflow so the bot re-approves if a PR is ever converted out of draft.
1 parent dfae50d commit 13a4b04

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/CODEOWNERS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# jira:[18721] is where issues related to this repository should be ticketed
55

66
# Dependency files: bot is co-owner so its approval satisfies CODEOWNERS for Dependabot PRs
7-
package.json @wpe-ie-deploy-bot @wpengine/spcs
8-
package-lock.json @wpe-ie-deploy-bot @wpengine/spcs
9-
composer.json @wpe-ie-deploy-bot @wpengine/spcs
10-
composer.lock @wpe-ie-deploy-bot @wpengine/spcs
11-
Dockerfile @wpe-ie-deploy-bot @wpengine/spcs
12-
docker-compose.yml @wpe-ie-deploy-bot @wpengine/spcs
7+
package.json @wpe-ie-deploy-bot @wpengine/spcs @colinmurphy @josephfusco
8+
package-lock.json @wpe-ie-deploy-bot @wpengine/spcs @colinmurphy @josephfusco
9+
composer.json @wpe-ie-deploy-bot @wpengine/spcs @colinmurphy @josephfusco
10+
composer.lock @wpe-ie-deploy-bot @wpengine/spcs @colinmurphy @josephfusco
11+
Dockerfile @wpe-ie-deploy-bot @wpengine/spcs @colinmurphy @josephfusco
12+
docker-compose.yml @wpe-ie-deploy-bot @wpengine/spcs @colinmurphy @josephfusco

.github/workflows/dependabot-automation.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Dependabot Automation
2-
on: pull_request
2+
on:
3+
pull_request:
4+
types: [opened, synchronize, reopened, ready_for_review]
35

46
permissions:
57
contents: write

0 commit comments

Comments
 (0)