Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
build(deps): bump rollkit/.github from 0.2.2 to 0.3.0 (#25)
Browse files Browse the repository at this point in the history
Bumps [rollkit/.github](https://github.com/rollkit/.github) from 0.2.2 to 0.3.0.
- [Release notes](https://github.com/rollkit/.github/releases)
- [Commits](rollkit/.github@v0.2.2...v0.3.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 Feb 15, 2024
1 parent eaec4eb commit b5b95ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Version Release
uses: rollkit/.github/.github/actions/version-release@v0.2.2
uses: rollkit/.github/.github/actions/version-release@v0.3.0
with:
github-token: ${{secrets.PAT_FOR_DOCKER_TRIGGER}}
version-bump: ${{inputs.version}}
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
permissions:
contents: write
packages: write
uses: rollkit/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.2.2 # yamllint disable-line rule:line-length
uses: rollkit/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.3.0 # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile
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.2.2
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.3.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.2.2
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.3.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.2.2
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.3.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 @@ -39,10 +39,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rollkit/.github/.github/actions/yamllint@v0.2.2
- uses: rollkit/.github/.github/actions/yamllint@v0.3.0

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

0 comments on commit b5b95ff

Please sign in to comment.