Skip to content

Commit 2648e83

Browse files
authored
Merge branch 'main' into copilot/expand-triage-workflow-prs
2 parents 035f1af + d2dd348 commit 2648e83

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

.gemini/settings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
{ "contextFileName": "AGENTS.md", "advanced": { "bugCommand": { "urlTemplate": "https://github.com/wp-cli/.github/issues/new?template=1-BUG_REPORT.md&title={title}" } } }
1+
{
2+
"context": {
3+
"fileName": "AGENTS.md"
4+
},
5+
"advanced": {
6+
"bugCommand": {
7+
"urlTemplate": "https://github.com/wp-cli/.github/issues/new?template=1-BUG_REPORT.md&title={title}"
8+
}
9+
}
10+
}

.github/workflows/check-branch-alias.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
types: [released]
66
workflow_dispatch:
77

8-
permissions: {}
8+
permissions:
9+
contents: write
10+
pull-requests: write
911

1012
jobs:
1113
check-branch-alias:

.github/workflows/code-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Code Quality Checks
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
push:
67
branches:

.github/workflows/sync-workflows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
^.github/workflows/manage-labels.yml
3030
^AGENTS.md
3131
TARGET_REPOS: |
32+
wp-cli/ai-command
3233
wp-cli/ability-command
3334
wp-cli/admin-command
3435
wp-cli/block-command
@@ -84,6 +85,7 @@ jobs:
8485
FILE_PATTERNS: |
8586
^.github/dependabot.yml
8687
TARGET_REPOS: |
88+
wp-cli/ai-command
8789
wp-cli/ability-command
8890
wp-cli/admin-command
8991
wp-cli/automated-tests

0 commit comments

Comments
 (0)