From e043443f6cde21b30f5c73a59640b919f8d0f6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 14:03:26 +0100 Subject: [PATCH 1/2] chore(deps): bump actions/add-to-project from 0.4.0 to 0.4.1 (#38) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/reusable_housekeeping.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_housekeeping.yml b/.github/workflows/reusable_housekeeping.yml index 8327b3e..ef5358d 100644 --- a/.github/workflows/reusable_housekeeping.yml +++ b/.github/workflows/reusable_housekeeping.yml @@ -82,7 +82,7 @@ jobs: if: ${{ inputs.run-projects }} runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.4.0 + - uses: actions/add-to-project@v0.4.1 with: project-url: ${{ inputs.project-url }} # There is a celestiaorg level ADD_TO_PROJECT_PAT secret that belongs From 44ad94c40c1cc1f525dc62241012d3b530de1610 Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Thu, 9 Mar 2023 09:34:55 -0500 Subject: [PATCH 2/2] .github: add further distinction for codeowners to improve code review (#41) --- .github/CODEOWNERS | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4109cf9..ddf7785 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,6 +8,13 @@ # global owners are only requested if there isn't a more specific # codeowner specified below. For this reason, the global codeowners # are often repeated in package-level definitions. -* @liamsi @MSevey -/.github/ @celestiaorg/devops +# Global Owner(s) +* @MSevey + +# .github directory owners +/.github/ @MSevey @celestiaorg/devops + +# Specific file owners +CONTRIBUTING.md @liamsi @MSevey +SECURITY.md @liamsi @MSevey