diff --git a/.github/workflows/codeowners-content-systems.yml b/.github/workflows/codeowners-content-systems.yml index 9f1a630d91..46d28af765 100644 --- a/.github/workflows/codeowners-content-systems.yml +++ b/.github/workflows/codeowners-content-systems.yml @@ -9,6 +9,7 @@ on: paths: - 'contributing/content-*.md' - 'content/contributing/**.md' + - .github/workflows/codeowners-content-systems.yml jobs: codeowners-content-systems: diff --git a/.github/workflows/codeowners-docs-engineering.yml b/.github/workflows/codeowners-docs-engineering.yml index dfa8ba11db..0eba56112a 100644 --- a/.github/workflows/codeowners-docs-engineering.yml +++ b/.github/workflows/codeowners-docs-engineering.yml @@ -25,6 +25,7 @@ on: - '.github/**' - '**Dockerfile' - 'package*.json' + - .github/workflows/codeowners-docs-engineering.yml jobs: codeowners-docs-engineering: diff --git a/.github/workflows/codeowners-legal.yml b/.github/workflows/codeowners-legal.yml index 7190176c81..ca9edb14b8 100644 --- a/.github/workflows/codeowners-legal.yml +++ b/.github/workflows/codeowners-legal.yml @@ -15,6 +15,7 @@ on: - synchronize paths: - 'content/**' + - .github/workflows/codeowners-legal.yml permissions: contents: read diff --git a/.github/workflows/comment-release-note-info.yml b/.github/workflows/comment-release-note-info.yml index b04126625a..d1b6e4059a 100644 --- a/.github/workflows/comment-release-note-info.yml +++ b/.github/workflows/comment-release-note-info.yml @@ -8,6 +8,7 @@ on: - opened paths: - data/release-notes/enterprise-server/** + - .github/workflows/comment-release-note-info.yml permissions: contents: read diff --git a/.github/workflows/dont-delete-features.yml b/.github/workflows/dont-delete-features.yml index cddb604e7e..565598a608 100644 --- a/.github/workflows/dont-delete-features.yml +++ b/.github/workflows/dont-delete-features.yml @@ -17,6 +17,7 @@ on: - main paths: - 'data/features/**' + - .github/workflows/dont-delete-features.yml permissions: contents: read diff --git a/.github/workflows/hubber-contribution-help.yml b/.github/workflows/hubber-contribution-help.yml index 283820d733..ed876e6295 100644 --- a/.github/workflows/hubber-contribution-help.yml +++ b/.github/workflows/hubber-contribution-help.yml @@ -9,6 +9,7 @@ on: types: - opened paths: + - .github/workflows/hubber-contribution-help.yml - 'content/**' - 'data/**' diff --git a/.github/workflows/orphaned-files-check.yml b/.github/workflows/orphaned-files-check.yml index c914a5d39c..7934bb17d8 100644 --- a/.github/workflows/orphaned-files-check.yml +++ b/.github/workflows/orphaned-files-check.yml @@ -11,6 +11,7 @@ on: pull_request: paths: - .github/workflows/orphaned-assets-check.yml + - .github/workflows/orphaned-files-check.yml # In case any of the dependencies affect the script - 'package*.json' - src/assets/scripts/find-orphaned-assets.js @@ -96,7 +97,7 @@ jobs: The first responder should just spot-check some of the unused assets to make sure they aren't referenced anywhere and then approve and merge the pull request. - For more information, see [Doc: Orphaned Assets](https://github.com/github/docs-engineering/blob/main/docs/orphaned-assets.md) + For more information, see [Doc: Orphaned Assets](https://github.com/github/docs-engineering/blob/main/docs/orphaned-assets.md) and [Doc: Reusables CLI](https://github.com/github/docs-internal/tree/main/src/content-render/scripts/reusables-cli). EOM ) diff --git a/.github/workflows/site-policy-sync.yml b/.github/workflows/site-policy-sync.yml index 4c827a098f..e1ed69e53c 100644 --- a/.github/workflows/site-policy-sync.yml +++ b/.github/workflows/site-policy-sync.yml @@ -14,6 +14,7 @@ on: - closed paths: - 'content/site-policy/**' + - '.github/workflows/site-policy-sync.yml' workflow_dispatch: permissions: diff --git a/.github/workflows/test-changed-content.yml b/.github/workflows/test-changed-content.yml index dab8e7971f..a9b3b590f9 100644 --- a/.github/workflows/test-changed-content.yml +++ b/.github/workflows/test-changed-content.yml @@ -14,6 +14,7 @@ on: - main paths: - 'content/**' + - .github/workflows/test-changed-content.yml permissions: contents: read