-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [Version 1.4.6](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.6) (2024-01-16) ## What's Changes - Housekeeping and updated dependencies. **Full Changelog**: v1.4.5...v1.4.6
- Loading branch information
1 parent
0a52c37
commit 6ca6961
Showing
5 changed files
with
310 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,38 @@ | ||
# Add 'branding' to any file changes within 'resideo' folder | ||
# Add 'branding' label to any changes within 'docs' folder or any subfolders | ||
branding: | ||
- resideo/* | ||
- honeywell/* | ||
- changed-files: | ||
- any-glob-to-any-file: branding/** | ||
|
||
# Add 'enhancement' label to any change to index.js file | ||
# Add 'docs' label to any change to .md files within the entire repository | ||
docs: | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.md' | ||
|
||
# Add 'enhancement' label to any change to src files within the source dir EXCEPT for the docs sub-folder | ||
enhancement: | ||
- src/* | ||
- package.json | ||
- pakcage-lock.json | ||
- config.schema.json | ||
- changed-files: | ||
- any-glob-to-any-file: 'src/**/*' | ||
- any-glob-to-any-file: 'config.schema.json' | ||
|
||
# Add 'dependencies' label to any change to src files within the source dir EXCEPT for the docs sub-folder | ||
dependencies: | ||
- changed-files: | ||
- any-glob-to-any-file: 'package.json' | ||
- any-glob-to-any-file: 'package-lock.json' | ||
|
||
# Add 'beta' label to any PR that is opened against the `beta` branch | ||
beta: | ||
- base-branch: 'beta*' | ||
|
||
# Add 'alpha' label to any PR that is opened against the `alpha` branch | ||
alpha: | ||
- base-branch: 'alpha*' | ||
|
||
# Add 'latest' label to any PR that is opened against the `latest` branch | ||
latest: | ||
- base-branch: 'latest' | ||
|
||
# Add 'workflow' to any changes within 'workflow' folder or any subfolders | ||
workflow: | ||
- .github/workflows/* | ||
- changed-files: | ||
- any-glob-to-any-file: .github/** |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.