Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Platform label
uses: agilepathway/[email protected]
with:
any_of: config,core,catalogs,csd,csf,curp,pdf,rfc,utils,xml,xsd,complementos,openssl,saxon,schema
any_of: config,core,catalogs,csd,csf,curp,pdf,rfc,utils,xml,xsd,complementos,openssl,saxon,schema,transform,types,elements
repo_token: ${{ secrets.GITHUB_TOKEN }}

check-title:
Expand Down Expand Up @@ -48,3 +48,8 @@ jobs:
saxon
publish
schema
transform
types
elements
expresiones
xml2json
9 changes: 7 additions & 2 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,19 @@ module.exports = {
'saxon',
'publish',
'xsd',
'schema'
'schema',
'transform',
'types',
'elements',
'expresiones',
'xml2json'
]
],
'type-enum': [
2,
'always',
[
'feat', 'fix', 'docs', 'style', 'refactor', 'test', 'revert', 'content', 'npm', // For articles, tutorials, etc...
'feat', 'fix', 'docs', 'style', 'refactor', 'test', 'revert', 'content', 'npm', 'chore' // For articles, tutorials, etc...
],
],
}
Expand Down
4 changes: 0 additions & 4 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,6 @@
"name": "eslint-plugin-react",
"allowedCategories": [ "libraries" ]
},
{
"name": "eslint-plugin-react-hooks",
"allowedCategories": [ "libraries" ]
},
{
"name": "eslint-plugin-sort-destructure-keys",
"allowedCategories": [ "libraries" ]
Expand Down
Loading