From 3fe694709622420eaf04156ab17aff7f9959478f Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Fri, 22 Jul 2022 10:56:53 +0200 Subject: [PATCH 1/3] chore(ci): confirm workflow_run event --- .github/workflows/on_opened_pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/on_opened_pr.yml b/.github/workflows/on_opened_pr.yml index 3d5aab45b5d..4e74530f8c5 100644 --- a/.github/workflows/on_opened_pr.yml +++ b/.github/workflows/on_opened_pr.yml @@ -19,6 +19,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: "Debug workflow_run event" + run: echo ${{ toJSON(github.event) }} - name: "Ensure related issue is present" uses: actions/github-script@v6 env: From c4dca0d2c668fa51cb6cb976899559cce218bc39 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Fri, 22 Jul 2022 13:54:44 +0200 Subject: [PATCH 2/3] chore(governance): add codeowners --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..a4d2cee787c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +* @awslabs/aws-lambda-powertools-python @awslabs/aws-lambda-powertools-core From e596d587a390ccf7dc5634667dcbc14c9e15f611 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Fri, 22 Jul 2022 13:58:26 +0200 Subject: [PATCH 3/3] chore: remove leftover from fork one more time --- .github/workflows/on_opened_pr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/on_opened_pr.yml b/.github/workflows/on_opened_pr.yml index 971fdd6b580..6c5979c8b80 100644 --- a/.github/workflows/on_opened_pr.yml +++ b/.github/workflows/on_opened_pr.yml @@ -20,8 +20,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: "Debug workflow_run event" - run: echo ${{ toJSON(github.event) }} - name: "Ensure related issue is present" uses: actions/github-script@v6 env: