GITHUB-ACTIONS · Question #15
When creating and managing custom actions in an enterprise setting, which of the following is considered a best practice?
The correct answer is A. creating a separate repository for each action so that the version can be managed independently. Creating a separate repository for each custom action allows you to manage the versioning independently for each action. This approach provides flexibility, as each action can be updated, tested, and versioned separately, avoiding potential conflicts or dependencies between diffe
Question
When creating and managing custom actions in an enterprise setting, which of the following is considered a best practice?
Options
- Acreating a separate repository for each action so that the version can be managed independently
- Bcreating a separate branch in application repositories that only contains the actions
- Ccreating a single repository for all custom actions so that the versions for each action are all the
- Dincluding custom actions that other teams need to reference in the same repository as application
How the community answered
(41 responses)- A76% (31)
- B7% (3)
- C15% (6)
- D2% (1)
Explanation
Creating a separate repository for each custom action allows you to manage the versioning independently for each action. This approach provides flexibility, as each action can be updated, tested, and versioned separately, avoiding potential conflicts or dependencies between different
Topics
Community Discussion
No community discussion yet for this question.