1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Remove azure refs from .github directory (#54167)

This commit is contained in:
Hector Alfaro
2025-01-29 12:12:26 -05:00
committed by GitHub
parent 01c0fdc21c
commit 785cb83d8e
4 changed files with 6 additions and 12 deletions

View File

@@ -4,7 +4,8 @@ Thank you for contributing to this project! You must fill out the information be
### Why:
Closes: ISSUE_NUMBER
<!-- Paste the issue link or number here -->
Closes:
<!-- If there's an existing issue for your change, please link to it above.
If there's _not_ an existing issue, please open one first to make it more likely that this update will be accepted: https://github.com/github/docs/issues/new/choose. -->

View File

@@ -23,9 +23,8 @@ runs:
key: pageinfo-cache-
restore-keys: pageinfo-cache-
# When we use this composite action from the workflows like
# Azure Preview Deploy and Azure Production Deploy, we don't have
# any Node installed or any of its packages. I.e. we never
# When we use this composite action from deployment workflows
# we don't have any Node installed or any of its packages. I.e. we never
# run `npm ci` in those actions. For security sake.
# So we can't do things that require Node code.
# Tests and others will omit the `restore-only` input, but

View File

@@ -20,9 +20,8 @@ runs:
key: remotejson-cache-
restore-keys: remotejson-cache-
# When we use this composite action from the workflows like
# Azure Preview Deploy and Azure Production Deploy, we don't have
# any Node installed or any of its packages. I.e. we never
# When we use this composite action from deployment workflows
# we don't have any Node installed or any of its packages. I.e. we never
# run `npm ci` in those actions. For security sake.
# So we can't do things that require Node code.
# Tests and others will omit the `restore-only` input, but

View File

@@ -4,7 +4,6 @@
"url": "https://api.github.com/repos/github/docs-internal/branches/main/protection/required_status_checks",
"strict": true,
"contexts": [
"Build and deploy Azure preview environment",
"automated-pipelines",
"github-apps",
"graphql",
@@ -48,10 +47,6 @@
],
"contexts_url": "https://api.github.com/repos/github/docs-internal/branches/main/protection/required_status_checks/contexts",
"checks": [
{
"context": "Build and deploy Azure preview environment",
"app_id": 15368
},
{ "context": "automated-pipelines", "app_id": 15368 },
{ "context": "github-apps", "app_id": 15368 },
{ "context": "graphql", "app_id": 15368 },