Skip to content

Commit

Permalink
build(deps): bump rollkit/.github from 0.4.1 to 0.5.0 (#12)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent dd26670 commit 2dbbbf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
issue-management:
if: ${{ github.event.issue }}
name: Add issues to project and add triage label
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0
secrets: inherit
permissions:
issues: write
Expand All @@ -25,7 +25,7 @@ jobs:
# ignore dependabot PRs
if: ${{ github.event.pull_request && github.actor != 'dependabot[bot]' }}
name: Add PRs to project
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0
secrets: inherit
permissions:
issues: write
Expand All @@ -37,7 +37,7 @@ jobs:
auto-add-reviewer:
name: Auto add reviewer to PR
if: github.event.pull_request
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0
secrets: inherit
permissions:
issues: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rollkit/.github/.github/actions/yamllint@v0.4.1
- uses: rollkit/.github/.github/actions/yamllint@v0.5.0

markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rollkit/.github/.github/actions/markdown-lint@v0.4.1
- uses: rollkit/.github/.github/actions/markdown-lint@v0.5.0

0 comments on commit 2dbbbf3

Please sign in to comment.