File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 3232 description : The path to the root of the repo.
3333 required : false
3434 default : ' .'
35+ ImportantFilePatterns :
36+ type : string
37+ description : |
38+ Newline-separated list of regex patterns that identify important files.
39+ Changes matching these patterns trigger build, test, and publish stages.
40+ When set, fully replaces the defaults (^src/ and ^README\.md$).
41+ required : false
3542
3643 outputs :
3744 Settings :
6572 Verbose : ${{ inputs.Verbose }}
6673 Version : ${{ inputs.Version }}
6774 WorkingDirectory : ${{ inputs.WorkingDirectory }}
75+ ImportantFilePatterns : ${{ inputs.ImportantFilePatterns }}
Original file line number Diff line number Diff line change 5858 description : The path to the root of the repo.
5959 required : false
6060 default : ' .'
61+ ImportantFilePatterns :
62+ type : string
63+ description : |
64+ Newline-separated list of regex patterns that identify important files.
65+ Changes matching these patterns trigger build, test, and publish stages.
66+ When set, fully replaces the defaults (^src/ and ^README\.md$).
67+ required : false
6168
6269permissions :
6370 contents : write # to checkout the repo and create releases on the repo
8188 Verbose : ${{ inputs.Verbose }}
8289 Version : ${{ inputs.Version }}
8390 WorkingDirectory : ${{ inputs.WorkingDirectory }}
91+ ImportantFilePatterns : ${{ inputs.ImportantFilePatterns }}
8492
8593 # Runs on:
8694 # - ✅ Open/Updated PR - Lints code changes in active PRs
You can’t perform that action at this time.
0 commit comments