diff --git a/.github/workflows/reviewers-content-systems.yml b/.github/workflows/reviewers-content-systems.yml index 3f0bc7cb3c8d..9bb2c67677c3 100644 --- a/.github/workflows/reviewers-content-systems.yml +++ b/.github/workflows/reviewers-content-systems.yml @@ -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' @@ -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 diff --git a/.github/workflows/reviewers-dependabot.yml b/.github/workflows/reviewers-dependabot.yml index 9f3cc8c1152c..b69178439288 100644 --- a/.github/workflows/reviewers-dependabot.yml +++ b/.github/workflows/reviewers-dependabot.yml @@ -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/**' @@ -18,7 +24,7 @@ permissions: repository-projects: read jobs: - add-reviewer: + reviewers-dependabot: if: >- ${{ github.repository == 'github/docs-internal' && !github.event.pull_request.draft && @@ -26,11 +32,13 @@ jobs: 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 diff --git a/.github/workflows/reviewers-docs-engineering.yml b/.github/workflows/reviewers-docs-engineering.yml index 5c15a5cd3ce8..5d1aa751e9f9 100644 --- a/.github/workflows/reviewers-docs-engineering.yml +++ b/.github/workflows/reviewers-docs-engineering.yml @@ -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 && @@ -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 diff --git a/.github/workflows/reviewers-legal.yml b/.github/workflows/reviewers-legal.yml index d53467c2a82c..c105e260f38e 100644 --- a/.github/workflows/reviewers-legal.yml +++ b/.github/workflows/reviewers-legal.yml @@ -23,7 +23,7 @@ permissions: repository-projects: read jobs: - codeowners-legal: + reviewers-legal: if: >- ${{ github.repository == 'github/docs-internal' && !github.event.pull_request.draft && @@ -31,8 +31,8 @@ jobs: 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 @@ -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 diff --git a/assets/images/social-cards/actions.png b/assets/images/social-cards/actions.png index 8f89fd2252cd..51c7eabdf9f4 100644 Binary files a/assets/images/social-cards/actions.png and b/assets/images/social-cards/actions.png differ diff --git a/assets/images/social-cards/code-security.png b/assets/images/social-cards/code-security.png index ebe0a9db4909..8f077fb25d45 100644 Binary files a/assets/images/social-cards/code-security.png and b/assets/images/social-cards/code-security.png differ diff --git a/assets/images/social-cards/copilot.png b/assets/images/social-cards/copilot.png index 6b93d92fea7e..df5171d2e6ee 100644 Binary files a/assets/images/social-cards/copilot.png and b/assets/images/social-cards/copilot.png differ diff --git a/assets/images/social-cards/default.png b/assets/images/social-cards/default.png index 7537c58e8f6f..ae7acbe25623 100644 Binary files a/assets/images/social-cards/default.png and b/assets/images/social-cards/default.png differ diff --git a/assets/images/social-cards/issues.png b/assets/images/social-cards/issues.png index 37aec22b3b7a..9cd8c2c1e0cc 100644 Binary files a/assets/images/social-cards/issues.png and b/assets/images/social-cards/issues.png differ diff --git a/package-lock.json b/package-lock.json index 8b194ee27a16..0eff4b5e5af6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1279,9 +1279,9 @@ } }, "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, "dependencies": { "balanced-match": "^1.0.0", @@ -1601,11 +1601,10 @@ } }, "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, - "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -5918,8 +5917,9 @@ } }, "node_modules/brace-expansion": { - "version": "2.0.1", - "license": "MIT", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "dependencies": { "balanced-match": "^1.0.0" } @@ -7706,9 +7706,10 @@ } }, "node_modules/eslint-plugin-import/node_modules/brace-expansion": { - "version": "1.1.11", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, - "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -7784,9 +7785,9 @@ } }, "node_modules/eslint-plugin-jsx-a11y/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, "dependencies": { "balanced-match": "^1.0.0", @@ -8025,9 +8026,10 @@ } }, "node_modules/eslint/node_modules/brace-expansion": { - "version": "1.1.11", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, - "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -8600,9 +8602,10 @@ } }, "node_modules/flat-cache/node_modules/brace-expansion": { - "version": "1.1.11", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, - "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -11061,8 +11064,9 @@ } }, "node_modules/matcher-collection/node_modules/brace-expansion": { - "version": "1.1.11", - "license": "MIT", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -12758,9 +12762,10 @@ } }, "node_modules/nodemon/node_modules/brace-expansion": { - "version": "1.1.11", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, - "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -16344,8 +16349,9 @@ } }, "node_modules/walk-sync/node_modules/brace-expansion": { - "version": "1.1.11", - "license": "MIT", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1"