From 2c10a8351f61b0351c3db105445e032faa5c18aa Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Sat, 18 May 2024 08:23:52 -0300 Subject: [PATCH] Only commit markdown files when resolving includes Since we only support includes in markdown --- .github/workflows/includes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/includes.yml b/.github/workflows/includes.yml index 14629a2..f7d49a4 100644 --- a/.github/workflows/includes.yml +++ b/.github/workflows/includes.yml @@ -31,6 +31,7 @@ jobs: - name: ✍ pull request uses: peter-evans/create-pull-request@v6 with: + add-paths: '**/*.md' base: main branch: markdown-includes delete-branch: true