Skip to content

Commit fc8e47d

Browse files
authored
Merge pull request #37071 from github/repo-sync
Repo sync
2 parents f98167e + b80feee commit fc8e47d

File tree

23 files changed

+901
-36
lines changed

23 files changed

+901
-36
lines changed

.github/workflows/ready-for-doc-review.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,25 @@ jobs:
7373
echo "No DIY docs issues found in the PR description."
7474
fi
7575
76+
# Debug step to confirm environment variables are set correctly
77+
- name: Debug environment variables
78+
run: |
79+
echo "Current environment variables:"
80+
echo "DIY_DOCS_LABEL: $DIY_DOCS_LABEL"
81+
echo "Repository: ${{ github.repository }}"
82+
7683
# If the PR description contains a link to a DIY docs issue, add the DIY docs label to the PR.
7784
- name: Add the DIY docs label if connected to a DIY docs issue
7885
if: ${{ env.DIY_DOCS_LABEL == 'true' }} && github.repository == 'github/docs-internal'
7986
env:
8087
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
8188
PR_URL: ${{ github.event.pull_request.html_url }}
8289
run: |
90+
# Debugging output
91+
echo "Condition check:"
92+
echo "DIY_DOCS_LABEL is: $DIY_DOCS_LABEL"
93+
echo "github.repository is: ${{ github.repository }}"
94+
echo "Adding the DIY docs label..."
8395
gh pr edit $PR_URL --add-label 'DIY docs'
8496
8597
- name: Run script

data/features/code-scanning-default-setup-automatic-311.yml

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

data/features/codeql-action-node16-deprecated.yml

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

data/features/codeql-cli-threat-models.yml

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

data/features/codeql-cpp-autoinstall-dependencies.yml

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

data/features/codeql-language-identifiers-311.yml

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

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "dd7e0cab3399025166a33575ce09af6ff60bb26a"
63+
"sha": "30dd46c371d8e335d32c414f972a800d811966b4"
6464
}

src/rest/data/fpt-2022-11-28/schema.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406408,6 +406408,10 @@
406408406408
]
406409406409
}
406410406410
},
406411+
"automatic_copilot_code_review_enabled": {
406412+
"type": "boolean",
406413+
"description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review."
406414+
},
406411406415
"dismiss_stale_reviews_on_push": {
406412406416
"type": "boolean",
406413406417
"description": "New, reviewable commits pushed will dismiss previous pull request review approvals."
@@ -407554,6 +407558,11 @@
407554407558
"name": "allowed_merge_methods",
407555407559
"description": "<p>Array of allowed merge methods. Allowed values include <code>merge</code>, <code>squash</code>, and <code>rebase</code>. At least one option must be enabled.\nSupported values are: <code>merge</code>, <code>squash</code>, <code>rebase</code></p>"
407556407560
},
407561+
{
407562+
"type": "boolean",
407563+
"name": "automatic_copilot_code_review_enabled",
407564+
"description": "<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\n<code>automatic_copilot_code_review_enabled</code> is in beta and subject to change.</p>\n</div>\n<p>Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.</p>"
407565+
},
407557407566
{
407558407567
"type": "boolean",
407559407568
"name": "dismiss_stale_reviews_on_push",
@@ -408958,6 +408967,10 @@
408958408967
]
408959408968
}
408960408969
},
408970+
"automatic_copilot_code_review_enabled": {
408971+
"type": "boolean",
408972+
"description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review."
408973+
},
408961408974
"dismiss_stale_reviews_on_push": {
408962408975
"type": "boolean",
408963408976
"description": "New, reviewable commits pushed will dismiss previous pull request review approvals."
@@ -410329,6 +410342,10 @@
410329410342
]
410330410343
}
410331410344
},
410345+
"automatic_copilot_code_review_enabled": {
410346+
"type": "boolean",
410347+
"description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review."
410348+
},
410332410349
"dismiss_stale_reviews_on_push": {
410333410350
"type": "boolean",
410334410351
"description": "New, reviewable commits pushed will dismiss previous pull request review approvals."
@@ -411480,6 +411497,11 @@
411480411497
"name": "allowed_merge_methods",
411481411498
"description": "<p>Array of allowed merge methods. Allowed values include <code>merge</code>, <code>squash</code>, and <code>rebase</code>. At least one option must be enabled.\nSupported values are: <code>merge</code>, <code>squash</code>, <code>rebase</code></p>"
411482411499
},
411500+
{
411501+
"type": "boolean",
411502+
"name": "automatic_copilot_code_review_enabled",
411503+
"description": "<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\n<code>automatic_copilot_code_review_enabled</code> is in beta and subject to change.</p>\n</div>\n<p>Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.</p>"
411504+
},
411483411505
{
411484411506
"type": "boolean",
411485411507
"name": "dismiss_stale_reviews_on_push",
@@ -412885,6 +412907,10 @@
412885412907
]
412886412908
}
412887412909
},
412910+
"automatic_copilot_code_review_enabled": {
412911+
"type": "boolean",
412912+
"description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review."
412913+
},
412888412914
"dismiss_stale_reviews_on_push": {
412889412915
"type": "boolean",
412890412916
"description": "New, reviewable commits pushed will dismiss previous pull request review approvals."
@@ -538932,6 +538958,10 @@
538932538958
]
538933538959
}
538934538960
},
538961+
"automatic_copilot_code_review_enabled": {
538962+
"type": "boolean",
538963+
"description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review."
538964+
},
538935538965
"dismiss_stale_reviews_on_push": {
538936538966
"type": "boolean",
538937538967
"description": "New, reviewable commits pushed will dismiss previous pull request review approvals."
@@ -540672,6 +540702,10 @@
540672540702
]
540673540703
}
540674540704
},
540705+
"automatic_copilot_code_review_enabled": {
540706+
"type": "boolean",
540707+
"description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review."
540708+
},
540675540709
"dismiss_stale_reviews_on_push": {
540676540710
"type": "boolean",
540677540711
"description": "New, reviewable commits pushed will dismiss previous pull request review approvals."
@@ -541661,6 +541695,11 @@
541661541695
"name": "allowed_merge_methods",
541662541696
"description": "<p>Array of allowed merge methods. Allowed values include <code>merge</code>, <code>squash</code>, and <code>rebase</code>. At least one option must be enabled.\nSupported values are: <code>merge</code>, <code>squash</code>, <code>rebase</code></p>"
541663541697
},
541698+
{
541699+
"type": "boolean",
541700+
"name": "automatic_copilot_code_review_enabled",
541701+
"description": "<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\n<code>automatic_copilot_code_review_enabled</code> is in beta and subject to change.</p>\n</div>\n<p>Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.</p>"
541702+
},
541664541703
{
541665541704
"type": "boolean",
541666541705
"name": "dismiss_stale_reviews_on_push",
@@ -543046,6 +543085,10 @@
543046543085
]
543047543086
}
543048543087
},
543088+
"automatic_copilot_code_review_enabled": {
543089+
"type": "boolean",
543090+
"description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review."
543091+
},
543049543092
"dismiss_stale_reviews_on_push": {
543050543093
"type": "boolean",
543051543094
"description": "New, reviewable commits pushed will dismiss previous pull request review approvals."
@@ -544428,6 +544471,10 @@
544428544471
]
544429544472
}
544430544473
},
544474+
"automatic_copilot_code_review_enabled": {
544475+
"type": "boolean",
544476+
"description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review."
544477+
},
544431544478
"dismiss_stale_reviews_on_push": {
544432544479
"type": "boolean",
544433544480
"description": "New, reviewable commits pushed will dismiss previous pull request review approvals."
@@ -545422,6 +545469,11 @@
545422545469
"name": "allowed_merge_methods",
545423545470
"description": "<p>Array of allowed merge methods. Allowed values include <code>merge</code>, <code>squash</code>, and <code>rebase</code>. At least one option must be enabled.\nSupported values are: <code>merge</code>, <code>squash</code>, <code>rebase</code></p>"
545424545471
},
545472+
{
545473+
"type": "boolean",
545474+
"name": "automatic_copilot_code_review_enabled",
545475+
"description": "<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\n<code>automatic_copilot_code_review_enabled</code> is in beta and subject to change.</p>\n</div>\n<p>Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.</p>"
545476+
},
545425545477
{
545426545478
"type": "boolean",
545427545479
"name": "dismiss_stale_reviews_on_push",
@@ -546808,6 +546860,10 @@
546808546860
]
546809546861
}
546810546862
},
546863+
"automatic_copilot_code_review_enabled": {
546864+
"type": "boolean",
546865+
"description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review."
546866+
},
546811546867
"dismiss_stale_reviews_on_push": {
546812546868
"type": "boolean",
546813546869
"description": "New, reviewable commits pushed will dismiss previous pull request review approvals."

0 commit comments

Comments
 (0)