Skip to content

Commit 8ec262c

Browse files
Bump kentaro-m/auto-assign-action from 2.0.0 to 2.0.1 (#1400)
Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases) - [Commits](kentaro-m/auto-assign-action@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: kentaro-m/auto-assign-action dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c17c7a5 commit 8ec262c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto_assignment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: "!contains(github.event.pull_request.labels.*.name, 'Auto_Cherry_Picked')"
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: kentaro-m/auto-assign-action@v2.0.0
18+
- uses: kentaro-m/auto-assign-action@v2.0.1
1919
with:
2020
repo-token: "${{ secrets.CHERRYPICK_PAT || github.token }}"
2121
configuration-path: ".github/auto_assign.yml"

0 commit comments

Comments
 (0)