From d7be2a93a0636ae040a6090c972acadc04cd4659 Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Sat, 17 Feb 2024 21:34:07 -0500 Subject: [PATCH] wip(ci): ignore all of .github --- .github/workflows/PRs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PRs.yml b/.github/workflows/PRs.yml index 4c7d23b5..e2c9a5d8 100644 --- a/.github/workflows/PRs.yml +++ b/.github/workflows/PRs.yml @@ -27,4 +27,4 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - exclude: ".github/*, **/*.json, **/*.md, _ci/backstop/bd/**/*" + exclude: ".github/**/*, **/*.json, **/*.md, _ci/backstop/bd/**/*"