Skip to content

Repo sync #38885

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/reviewers-content-systems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ name: Reviewers - Content Systems

on:
pull_request:
types:
- edited
- opened
- ready_for_review
- reopened
- synchronize
paths:
- 'contributing/content-*.md'
- 'content/contributing/**.md'
Expand All @@ -29,7 +35,9 @@ jobs:
GH_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Add content systems as a reviewer
run: |
gh pr edit $PR --add-reviewer github/docs-content-systems
gh pr edit $PR --add-label reviewers-content-systems
gh pr edit $PR --add-reviewer github/docs-content-systems --add-label reviewers-content-systems
18 changes: 13 additions & 5 deletions .github/workflows/reviewers-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ name: Reviewers - Dependabot

on:
pull_request:
types:
- edited
- opened
- ready_for_review
- reopened
- synchronize
paths:
- 'data/reusable/dependabot/**'
- 'content/code-security/dependabot/**'
Expand All @@ -18,19 +24,21 @@ permissions:
repository-projects: read

jobs:
add-reviewer:
reviewers-dependabot:
if: >-
${{ github.repository == 'github/docs-internal' &&
!github.event.pull_request.draft &&
!contains(github.event.pull_request.labels.*.name, 'reviewers-dependabot') &&
github.event.pull_request.head.ref != 'repo-sync' }}
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
PR: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}

steps:
- name: Add Dependabot Core Maintainers as reviewers
- name: Checkout repository
uses: actions/checkout@v4

- name: Add dependabot as a reviewer
run: |
gh pr edit $PR --add-reviewer github/dependabot-updates-reviewers
gh pr edit $PR --add-label reviewers-dependabot
gh pr edit $PR --add-reviewer github/dependabot-updates-reviewers --add-label reviewers-dependabot
8 changes: 5 additions & 3 deletions .github/workflows/reviewers-docs-engineering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ permissions:
repository-projects: read

jobs:
codeowners-docs-engineering:
reviewers-docs-engineering:
if: >-
${{ github.repository == 'github/docs-internal' &&
!github.event.pull_request.draft &&
Expand All @@ -47,7 +47,9 @@ jobs:
GH_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Add docs engineering as a reviewer
run: |
gh pr edit $PR --add-reviewer github/docs-engineering
gh pr edit $PR --add-label reviewers-docs-engineering
gh pr edit $PR --add-reviewer github/docs-engineering --add-label reviewers-docs-engineering
11 changes: 5 additions & 6 deletions .github/workflows/reviewers-legal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ permissions:
repository-projects: read

jobs:
codeowners-legal:
reviewers-legal:
if: >-
${{ github.repository == 'github/docs-internal' &&
!github.event.pull_request.draft &&
!contains(github.event.pull_request.labels.*.name, 'reviewers-legal') &&
github.event.pull_request.head.ref != 'repo-sync' }}
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Checkout repository
uses: actions/checkout@v4

- name: Get changed files
id: changed_files
Expand All @@ -52,11 +52,10 @@ jobs:
CHANGED_FILE_PATHS: ${{ steps.changed_files.outputs.filtered_changed_files }}
CONTENT_TYPE: 'rai'

- name: Check for reviewers-legal label, add if missing and request review
- name: Add legal as a reviewer
if: steps.checkContentType.outputs.containsContentType == 'true'
env:
GH_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
PR: ${{ github.event.pull_request.html_url }}
run: |
gh pr edit $PR --add-reviewer github/legal-product
gh pr edit $PR --add-label reviewers-legal
gh pr edit $PR --add-reviewer github/legal-product --add-label reviewers-legal
Binary file modified assets/images/social-cards/actions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social-cards/code-security.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social-cards/copilot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social-cards/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social-cards/issues.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 30 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading