-
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: update workflows * test: disable a part of spellcheck test * ci: fix git hooks setup
- Loading branch information
1 parent
1e20774
commit 5c730c4
Showing
23 changed files
with
532 additions
and
212 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Every request must be reviewed and accepted by: | ||
|
||
* @halildurmus |
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,29 +1,43 @@ | ||
'ci': | ||
ci: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- .github/** | ||
- codecov.yml | ||
- any-glob-to-any-file: | ||
- .github/** | ||
- cliff.toml | ||
- codecov.yml | ||
- lefthook.yml | ||
|
||
'docs': | ||
documentation: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- packages/win32/doc/* | ||
- website/docs/** | ||
- CONTRIBUTING.md | ||
- README.md | ||
- any-glob-to-any-file: | ||
- packages/win32/doc/* | ||
- website/docs/** | ||
- CONTRIBUTING.md | ||
- PUBLISHING.md | ||
- README.md | ||
|
||
'examples': | ||
example: | ||
- changed-files: | ||
- any-glob-to-any-file: examples/** | ||
- any-glob-to-any-file: examples/** | ||
|
||
'p: generator': | ||
'external dependency': | ||
- head-branch: [^dependabot] | ||
|
||
'package: generator': | ||
- changed-files: | ||
- any-glob-to-any-file: packages/generator/** | ||
|
||
'package: win32': | ||
- changed-files: | ||
- any-glob-to-any-file: packages/generator/** | ||
- any-glob-to-any-file: packages/win32/** | ||
|
||
release: | ||
- head-branch: [^release, release] | ||
|
||
'p: win32': | ||
test: | ||
- changed-files: | ||
- any-glob-to-any-file: packages/win32/** | ||
- any-glob-to-all-files: | ||
- test/** | ||
|
||
'website': | ||
website: | ||
- changed-files: | ||
- any-glob-to-any-file: website/** | ||
- any-glob-to-any-file: website/** |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- name: com | ||
color: '8C9FDB' | ||
description: Issue with COM support | ||
|
||
- name: 'package: generator' | ||
color: '2FE436' | ||
description: Issue with package:generator | ||
|
||
- name: 'package: win32' | ||
color: '2FE436' | ||
description: Issue with package:win32 | ||
|
||
- name: website | ||
color: '006b75' | ||
description: Issue with https://win32.pub |
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
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
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
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
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.