From 7a5b081f2a0fa3993345f50f7d366f1093866365 Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Fri, 30 Jun 2023 16:16:17 -0400 Subject: [PATCH] Update housekeeping.yml --- .github/workflows/housekeeping.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index fd789a6..85aa649 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -11,7 +11,7 @@ jobs: # ignore dependabot PRs if: ${{ github.actor != 'dependabot[bot]' }} name: Add issues and PRs to project and add grooming label - uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.1.1 + uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.1.1 secrets: inherit permissions: issues: write @@ -25,7 +25,7 @@ jobs: auto-add-reviewer: name: Auto add reviewer to PR if: github.event.pull_request - uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.1.1 + uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.1.1 secrets: inherit permissions: issues: write