Skip to content

Commit

Permalink
Update housekeeping.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Jun 30, 2023
1 parent ca6118a commit 7a5b081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7a5b081

Please sign in to comment.