From 60ee91da5b754ae0b8f460af0cdecce581612c0f Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Fri, 13 Dec 2024 18:44:56 -0500 Subject: [PATCH] Revert "chore(ci): do not apply 'skip actions' to automatically generated commit (#6546)" This reverts commit aae495fc08ecee47a64d199ea074e2e8a613abdb. --- .github/workflows/authors-and-third-party-notices.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/authors-and-third-party-notices.yaml b/.github/workflows/authors-and-third-party-notices.yaml index 1f2e1371967..27ad2b1bf0f 100644 --- a/.github/workflows/authors-and-third-party-notices.yaml +++ b/.github/workflows/authors-and-third-party-notices.yaml @@ -68,5 +68,5 @@ jobs: - name: Commit and push run: | - git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary" || true + git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary [skip actions]" || true git push