Skip to content

Commit

Permalink
ci(gh-actions): add scopes (open-amt-cloud-toolkit#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike committed Nov 22, 2022
1 parent fd974f8 commit 2be2aed
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .github/commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ module.exports = {
'never',
['sentence-case', 'start-case', 'pascal-case', 'upper-case'],
],
'scope-enum': [
2,
'always',
['db', 'api', 'secrets', 'cira', 'apf', 'health', 'utils', 'redir', 'events', 'docker', 'deps', 'deps-dev', 'gh-actions', 'config']
]
}
}
14 changes: 0 additions & 14 deletions .github/semantic.yml

This file was deleted.

21 changes: 14 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,20 @@ Must be one of the following:

Should be one of the following:
Modules:
* **common**: A change or addition to the common module
* **tracker**: A change or addition to the tracker module
* **server**: A change or addition to the server module
* **msgs**: A change or addition to msgs module
* **eval**: Any change to benchmark tools
* **deps**: A change to any dependency or 3rd-party library
* **all**: A change that affects all modules
* **apf**: A change or addition to amt port forwarding functionality
* **api**: A change or addition to REST functionality
* **cira**: A change or addition to client initiated remote access functionality
* **config**: A change or addition to service configuration
* **db**: A change or addition to database calls or functionality
* **deps**: A change or addition to dependencies (primarily used by dependabot)
* **deps-dev**: A change or addition to developer dependencies (primarily used by dependabot)
* **docker**: A change or addition to docker file or composition
* **events**: A change or addition to eventing from the service
* **gh-actions**: A change or addition to GitHub actions
* **health**: A change or addition to health checks
* **redir**: A change or addition to redirection functionality
* **secrets**: A change or addition to secret store calls or functionality
* **utils**: A change or addition to the utility functions
* *no scope*: If no scope is provided, it is assumed the PR does not apply to the above scopes

### Body
Expand Down

0 comments on commit 2be2aed

Please sign in to comment.