Skip to content

Commit 4c7b896

Browse files
build(deps): bump rollkit/.github from 0.4.0 to 0.4.1 (#9)
Bumps [rollkit/.github](https://github.com/rollkit/.github) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/rollkit/.github/releases) - [Commits](rollkit/.github@v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: rollkit/.github dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60ac5af commit 4c7b896

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
contents: write
2222
packages: write
23-
uses: rollkit/.github/.github/workflows/[email protected].0
23+
uses: rollkit/.github/.github/workflows/[email protected].1
2424
with:
2525
dockerfile: Dockerfile
2626
secrets: inherit

.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/[email protected].0
13+
uses: rollkit/.github/.github/workflows/[email protected].1
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/[email protected].0
28+
uses: rollkit/.github/.github/workflows/[email protected].1
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/[email protected].0
40+
uses: rollkit/.github/.github/workflows/[email protected].1
4141
secrets: inherit
4242
permissions:
4343
issues: write

0 commit comments

Comments
 (0)