From bc7baa58d693b0748a7694e59cc3ad4623c5854e Mon Sep 17 00:00:00 2001 From: Marcel Pufal Date: Thu, 16 Dec 2021 12:26:22 -0800 Subject: [PATCH] Create codeowners.yml --- .github/workflows/codeowners.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/codeowners.yml diff --git a/.github/workflows/codeowners.yml b/.github/workflows/codeowners.yml new file mode 100644 index 0000000..5b8366c --- /dev/null +++ b/.github/workflows/codeowners.yml @@ -0,0 +1,11 @@ +name: Call SFDO Codeowners Review Workflows + +on: + pull_request: + types: + - labeled + - review_requested + +jobs: + shared-codeowners: + uses: SalesforceFoundation/.github/.github/workflows/codeowners.yml@main