Skip to content

Commit 39d020f

Browse files
authored
.github: fix missed workflow update to rollkit/.github repo (#997)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. --> ## Overview Looks like one line was missed in a merge conflict or something. <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. --> ## Checklist <!-- Please complete the checklist to ensure that the PR is ready to be reviewed. IMPORTANT: PRs should be left in Draft until the below checklist is completed. --> - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [x] Linked issues closed with keywords
1 parent 91dc413 commit 39d020f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/housekeeping.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# ignore dependabot PRs
2626
if: ${{ github.event.pull_request && github.actor != 'dependabot[bot]' }}
2727
name: Add PRs to project
28-
uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.1.1
28+
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.1.1
2929
secrets: inherit
3030
permissions:
3131
issues: write

0 commit comments

Comments
 (0)