From 5d93e017ebd26d7a7dec85a5a4ae8e5628f76b23 Mon Sep 17 00:00:00 2001 From: Brighid <52382196+brighid-bot@users.noreply.github.com> Date: Thu, 13 Oct 2022 12:06:24 -0500 Subject: [PATCH] Update kentaro-m/auto-assign-action action to v1.2.4 (#547) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [kentaro-m/auto-assign-action](https://togithub.com/kentaro-m/auto-assign-action) | action | patch | `v1.2.3` -> `v1.2.4` | --- ### Release Notes
kentaro-m/auto-assign-action ### [`v1.2.4`](https://togithub.com/kentaro-m/auto-assign-action/releases/v1.2.4) [Compare Source](https://togithub.com/kentaro-m/auto-assign-action/compare/v1.2.3...v1.2.4) #### What's Changed - chore(deps): update dependency typescript to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/92](https://togithub.com/kentaro-m/auto-assign-action/pull/92) - chore: upgrade to node 16 by [@​benjlevesque](https://togithub.com/benjlevesque) in [https://github.com/kentaro-m/auto-assign-action/pull/98](https://togithub.com/kentaro-m/auto-assign-action/pull/98) #### New Contributors - [@​benjlevesque](https://togithub.com/benjlevesque) made their first contribution in [https://github.com/kentaro-m/auto-assign-action/pull/98](https://togithub.com/kentaro-m/auto-assign-action/pull/98) **Full Changelog**: https://github.com/kentaro-m/auto-assign-action/compare/v1.2.3...v1.2.4
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/assign-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-prs.yml b/.github/workflows/assign-prs.yml index 1249eb47..fb9e8334 100644 --- a/.github/workflows/assign-prs.yml +++ b/.github/workflows/assign-prs.yml @@ -8,6 +8,6 @@ jobs: name: Assign runs-on: ubuntu-latest steps: - - uses: kentaro-m/auto-assign-action@v1.2.3 + - uses: kentaro-m/auto-assign-action@v1.2.4 with: repo-token: ${{ secrets.GH_TOKEN }}