Skip to content

Commit 5cad386

Browse files
committed
fix(gh-action): scope paths to app/* when creating the PR
1 parent 618ea2c commit 5cad386

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-kong-conf-json.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
token: ${{ secrets.PAT }}
102102
branch: auto/generate-kong-conf-json-${{ github.run_number }}
103103
base: ${{ inputs.dev_site_base_branch }}
104+
add-paths: |
105+
app/**
104106
105107
- name: No changes detected
106108
if: steps.changes.outputs.changed == 'false'

0 commit comments

Comments
 (0)