diff --git a/.github/workflows/sync-codeql-cli.yml b/.github/workflows/sync-codeql-cli.yml index 39720ec0b95c..b8ff0df33d8f 100644 --- a/.github/workflows/sync-codeql-cli.yml +++ b/.github/workflows/sync-codeql-cli.yml @@ -19,6 +19,15 @@ permissions: contents: write pull-requests: write +# **IMPORTANT:** Do not change the FREEZE environment variable set here! +# This workflow runs on a recurring basis. To temporarily disable it (e.g., +# during a docs deployment freeze), add an Actions Secret to the repo settings +# called `FREEZE` with a value of `true`. To re-enable Audit Logs updates, simply +# delete that Secret from the repo settings. The environment variable here +# will duplicate that Secret's value for later evaluation. +env: + FREEZE: ${{ secrets.FREEZE }} + # This allows a subsequently queued workflow run to interrupt previous runs concurrency: group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' diff --git a/.github/workflows/sync-openapi.yml b/.github/workflows/sync-openapi.yml index e98fb9c6acab..1bc79b6c9e82 100644 --- a/.github/workflows/sync-openapi.yml +++ b/.github/workflows/sync-openapi.yml @@ -19,6 +19,15 @@ permissions: contents: write pull-requests: write +# **IMPORTANT:** Do not change the FREEZE environment variable set here! +# This workflow runs on a recurring basis. To temporarily disable it (e.g., +# during a docs deployment freeze), add an Actions Secret to the repo settings +# called `FREEZE` with a value of `true`. To re-enable Audit Logs updates, simply +# delete that Secret from the repo settings. The environment variable here +# will duplicate that Secret's value for later evaluation. +env: + FREEZE: ${{ secrets.FREEZE }} + # This allows a subsequently queued workflow run to interrupt previous runs concurrency: group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' diff --git a/assets/images/help/webhooks/webhooks-recent-deliveries.png b/assets/images/help/webhooks/webhooks-recent-deliveries.png index 05ca8bd7b12f..4d52c6387b8d 100644 Binary files a/assets/images/help/webhooks/webhooks-recent-deliveries.png and b/assets/images/help/webhooks/webhooks-recent-deliveries.png differ diff --git a/components/ui/MarkdownContent/MarkdownContent.module.scss b/components/ui/MarkdownContent/MarkdownContent.module.scss index c7e6d7ad6f2f..a6c58c92a50d 100644 --- a/components/ui/MarkdownContent/MarkdownContent.module.scss +++ b/components/ui/MarkdownContent/MarkdownContent.module.scss @@ -4,9 +4,11 @@ @import "./stylesheets/table.scss"; .markdownBody { - :not(h1, h2, h3, h4, h5, h6) > a { - text-decoration: underline; - text-underline-offset: 25%; + :not(h1, h2, h3, h4, h5, h6, [role="tablist"]) { + > a { + text-decoration: underline; + text-underline-offset: 25%; + } } summary {