Skip to content

Commit 676c55c

Browse files
Treat action files as important by default
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 94c68b9 commit 676c55c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/Plan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ 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/ and ^README\.md$).
47+
When set, fully replaces the defaults (^src/, ^README\.md$, and ^\.github/actions/).
4848
required: false
4949
default: |
5050
^src/
5151
^README\.md$
52+
^\.github/actions/
5253
5354
outputs:
5455
Settings:

.github/workflows/workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ 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/ and ^README\.md$).
59+
When set, fully replaces the defaults (^src/, ^README\.md$, and ^\.github/actions/).
6060
required: false
6161
default: |
6262
^src/
6363
^README\.md$
64+
^\.github/actions/
6465
6566
permissions:
6667
contents: write # to checkout the repo and create releases on the repo

0 commit comments

Comments
 (0)