Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 2dbbbf3

Browse files
build(deps): bump rollkit/.github from 0.4.1 to 0.5.0 (#12)
Bumps [rollkit/.github](https://github.com/rollkit/.github) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/rollkit/.github/releases) - [Commits](rollkit/.github@v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: rollkit/.github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd26670 commit 2dbbbf3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/housekeeping.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
issue-management:
1111
if: ${{ github.event.issue }}
1212
name: Add issues to project and add triage label
13-
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1
13+
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0
1414
secrets: inherit
1515
permissions:
1616
issues: write
@@ -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: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1
28+
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0
2929
secrets: inherit
3030
permissions:
3131
issues: write
@@ -37,7 +37,7 @@ jobs:
3737
auto-add-reviewer:
3838
name: Auto add reviewer to PR
3939
if: github.event.pull_request
40-
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1
40+
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0
4141
secrets: inherit
4242
permissions:
4343
issues: write

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: rollkit/.github/.github/actions/yamllint@v0.4.1
37+
- uses: rollkit/.github/.github/actions/yamllint@v0.5.0
3838

3939
markdown-lint:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- uses: actions/checkout@v4
43-
- uses: rollkit/.github/.github/actions/markdown-lint@v0.4.1
43+
- uses: rollkit/.github/.github/actions/markdown-lint@v0.5.0

0 commit comments

Comments
 (0)