-
-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ci): ♻️ organize the structure and make clear the names of t…
…he steps in workflows * Moved `permissions` to the top for a better structure, besides there is no point in setting `permissions` inside `steps`, because we only use one step in the workflow, so it is allowed to apply `permissions` globally. * Streamlined the structure of GitHub Workflows * Modified funding configuration format for GitHub. * Cleaned up unnecessary comments and improved overall readability.
- Loading branch information
Showing
11 changed files
with
43 additions
and
34 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,4 +1,4 @@ | ||
# These are supported funding model platforms | ||
github: [pkief] | ||
github: pkief | ||
buy_me_a_coffee: pkief | ||
custom: ['https://paypal.me/philippkief'] |
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,24 +1,19 @@ | ||
# Add 'icons' label to any file changes within 'icons' folder or 'src/core/icons' typescript files | ||
🏞️ icons: | ||
- changed-files: | ||
- any-glob-to-any-file: ['icons/*', 'src/core/icons/*.ts'] | ||
|
||
# Add 'translations' label to any changes within 'package.nls*.json' files or 'src/core/i18n' folder | ||
💱 translations: | ||
- changed-files: | ||
- any-glob-to-any-file: ['package.nls*.json', 'src/core/i18n'] | ||
|
||
# Add 'docs' label to any changes to markdown files | ||
📝 docs: | ||
- changed-files: | ||
- any-glob-to-any-file: '*.md' | ||
|
||
# Add 'workflows' label to any changes within '.github/workflows' folder or '.github/labeler.yml' file | ||
🔄 workflows: | ||
- changed-files: | ||
- any-glob-to-any-file: ['.github/workflows/*', '.github/labeler.yml'] | ||
|
||
# Add 'devcontainers' label to any changes within '.devcontainer' folder | ||
🐋 devcontainers: | ||
- changed-files: | ||
- any-glob-to-any-file: '.devcontainer/*' |
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
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