QuestionQ4

Author and maintain actions

When creating and managing custom actions in an enterprise environment, which of the following is a best practice?

  • A creating a separate repository for each action so that the version can be managed independently
  • B creating a separate branch in application repositories that only contains the actions
  • C creating a single repository for all custom actions so that the versions for each action are all the same
  • D including custom actions that other teams need to reference in the same repository as application code
Explanation

Custom actions intended for use by other teams should be kept in their own repositories. This decouples each action’s versioning, tracking, and release lifecycle from application code, allowing it to be managed independently.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!