From 3edb3c08ae20de368fce04a5d6c98aa98599d429 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 8 Jun 2023 14:02:11 +0100 Subject: [PATCH] align indentation --- .github/workflows/secret-scanning-pattern-table-updates.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/secret-scanning-pattern-table-updates.yml b/.github/workflows/secret-scanning-pattern-table-updates.yml index 39ccec3640..ead957b218 100644 --- a/.github/workflows/secret-scanning-pattern-table-updates.yml +++ b/.github/workflows/secret-scanning-pattern-table-updates.yml @@ -32,9 +32,10 @@ jobs: - You can only merge this PR if it's had a technical review (see who's approved it in the 'Reviewers' section in the top right corner). - To test that the changes appear on Staging, look at the preview of the 'Secret scanning patterns' file. You may need to use the product picker to look at the table for different GitHub products, and test the versioning. - If you don't feel comfortable reviewing this PR, please post a link to it in the #code-security-docs Slack channel so someone from the Dependencies & Secrets focus team can take a look. - - For more information about this automation, and the reasons why we've decided to implement it, see "[About automations for Dependencies & Secrets](https://github.com/github/docs-content/blob/main/focus-areas/code-security/about-automations-for-dependencies-and-secrets.md#secret-scanning-prs-adding-new-supported-patterns)" in the `docs-content` repository. + + - For more information about this automation, and the reasons why we've decided to implement it, see "[About automations for Dependencies & Secrets](https://github.com/github/docs-content/blob/main/focus-areas/code-security/about-automations-for-dependencies-and-secrets.md#secret-scanning-prs-adding-new-supported-patterns)" in the `docs-content` repository. - - Thank you :fishsticks: :sparkling_heart:" + - Thank you :fishsticks: :sparkling_heart:" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR: ${{ github.event.pull_request.html_url }}