-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Labels
2.0.0enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe
As we move towards OSB 2.0, a few terms are going to be changed around. We should have a custom Github Actions lint checker that checks the OSB repo for these older terms to ensure we don't merge any changes with them.
Describe the solution you'd like
Add a python script that fails any PRs that introduce deprecated terms, like:
- provision-configs
- results-publisher
- load-worker-coordinator-hosts
- execute-test
As well as any variations of these phrases (e.g. underscores instead of hyphens, camelcase variants like TestExecution
, or different word orders like test-execution
).
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
2.0.0enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
✅ Done