diff --git a/docs/pipeline_notes.md b/docs/pipeline_notes.md new file mode 100644 index 000000000000..2e0681e6343f --- /dev/null +++ b/docs/pipeline_notes.md @@ -0,0 +1,5 @@ +This workflow runs on issue, comment, and pull request target events. +It processes GitHub events and applies automation using Azure services. +The main job event-handler-with-azure manages authentication and event handling. +Azure CLI login and Key Vault secret retrieval can fail due to permission issues. +These steps are essential because the workflow depends on secure Azure access. diff --git a/qa_docs/github_actions_testing_rd.md b/qa_docs/github_actions_testing_rd.md new file mode 100644 index 000000000000..3581815eb12e Binary files /dev/null and b/qa_docs/github_actions_testing_rd.md differ