Skip to content

Commit eb84442

Browse files
Keep default important patterns consumer-focused
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 676c55c commit eb84442

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/Plan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@ on:
4444
description: |
4545
Newline-separated list of regex patterns that identify important files.
4646
Changes matching these patterns trigger build, test, and publish stages.
47-
When set, fully replaces the defaults (^src/, ^README\.md$, and ^\.github/actions/).
47+
When set, fully replaces the defaults (^src/ and ^README\.md$).
4848
required: false
4949
default: |
5050
^src/
5151
^README\.md$
52-
^\.github/actions/
5352
5453
outputs:
5554
Settings:

.github/workflows/workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,11 @@ on:
5656
description: |
5757
Newline-separated list of regex patterns that identify important files.
5858
Changes matching these patterns trigger build, test, and publish stages.
59-
When set, fully replaces the defaults (^src/, ^README\.md$, and ^\.github/actions/).
59+
When set, fully replaces the defaults (^src/ and ^README\.md$).
6060
required: false
6161
default: |
6262
^src/
6363
^README\.md$
64-
^\.github/actions/
6564
6665
permissions:
6766
contents: write # to checkout the repo and create releases on the repo

0 commit comments

Comments
 (0)