forked from jcstein/rollkit-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump rollkit/.github from 0.4.0 to 0.4.1
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
1 parent
805a85b
commit 4d60ee3
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|