Skip to content

Commit 6073bd9

Browse files
authored
Merge branch 'main' into workflow_run-workflows
2 parents 09935ce + c5656a6 commit 6073bd9

File tree

470 files changed

+64222
-11713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

470 files changed

+64222
-11713
lines changed

.github/workflows/confirm-internal-staff-work-in-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
repo: process.env.TEAM_CONTENT_REPO,
6969
title: `@${context.payload.sender.login} confirm that \#${issueNo} should be in the public github/docs repo`,
7070
body: `@${context.payload.sender.login} opened https://github.com/github/docs/issues/${issueNo} publicly in the github/docs repo, instead of the private github/${process.env.TEAM_CONTENT_REPO} repo.\n\n@${context.payload.sender.login}, please confirm that this belongs in the public repo and that no sensitive information was disclosed by commenting below and closing the issue.\n\nIf this was not intentional and sensitive information was shared, please delete https://github.com/github/docs/issues/${issueNo} and notify us in the \#docs-open-source channel.\n\nThanks!`,
71-
labels: ['OS confirmation'],
71+
labels: ['OS confirmation', 'skip FR board'],
7272
});
7373
7474
core.setOutput('did_warn', 'true')

.github/workflows/orphaned-features-check.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ jobs:
6060
exit 0
6161
fi
6262
63-
# Why only 5?
64-
# Because, we're not in a hurry and anything larger than that would
65-
# make the PR too intimidatingly big to review.
66-
npm run find-orphaned-features -- delete --max 5 --verbose /tmp/orphaned-features.json
63+
npm run find-orphaned-features -- delete --verbose /tmp/orphaned-features.json
6764
6865
git status
6966

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ---------------------------------------------------------------
99
# To update the sha:
1010
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
11-
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250319-193531-g83d4e6244 AS base
11+
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250407-184504-g7b9deed09 AS base
1212

1313
# Install curl for Node install and determining the early access branch
1414
# Install git for cloning docs-early-access & translations repos
205 KB
Loading
56.4 KB
Loading
47.9 KB
Loading
35.8 KB
Loading
59.8 KB
Loading
43.8 KB
Loading
78.6 KB
Loading

0 commit comments

Comments
 (0)