Skip to content

Commit

Permalink
build(deps): bump rollkit/.github from 0.4.0 to 0.4.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 805a85b commit 4d60ee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
permissions:
contents: write
packages: write
uses: rollkit/.github/.github/workflows/[email protected].0
uses: rollkit/.github/.github/workflows/[email protected].1
with:
dockerfile: Dockerfile
secrets: inherit
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/[email protected].0
uses: rollkit/.github/.github/workflows/[email protected].1
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/[email protected].0
uses: rollkit/.github/.github/workflows/[email protected].1
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/[email protected].0
uses: rollkit/.github/.github/workflows/[email protected].1
secrets: inherit
permissions:
issues: write
Expand Down

0 comments on commit 4d60ee3

Please sign in to comment.