Skip to content

Commit

Permalink
Update kentaro-m/auto-assign-action action to v1.2.5 (#844)
Browse files Browse the repository at this point in the history
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.4` -> `v1.2.5` |

---

### Release Notes

<details>
<summary>kentaro-m/auto-assign-action</summary>

###
[`v1.2.5`](https://togithub.com/kentaro-m/auto-assign-action/releases/v1.2.5)

[Compare
Source](https://togithub.com/kentaro-m/auto-assign-action/compare/v1.2.4...v1.2.5)

#### What's Changed

- chore(deps): update unit test packages by
[@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#89
- chore(deps): update dependency husky to v8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#90
- chore(deps): update dependency
[@&#8203;octokit/webhooks-types](https://togithub.com/octokit/webhooks-types)
to v6 by [@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#87
- chore(deps): update dependency typescript to v4.9.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#100
- chore(deps): update dependency typescript to v4.9.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#102
- chore(deps): update dependency
[@&#8203;octokit/webhooks-types](https://togithub.com/octokit/webhooks-types)
to v6.8.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#104
- chore(deps): update dependency
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) to v0.36.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#103
- chore(deps): update dependency
[@&#8203;octokit/webhooks-types](https://togithub.com/octokit/webhooks-types)
to v6.9.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#105
- chore(deps): update dependency husky to v8.0.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#106
- chore(deps): update dependency
[@&#8203;octokit/webhooks-types](https://togithub.com/octokit/webhooks-types)
to v6.10.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#107
- chore(deps): update dependency
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) to v0.36.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#108
- chore(deps): update dependency typescript to v4.9.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#110
- chore: bump up for
[@&#8203;actions/github](https://togithub.com/actions/github) to v5.0.0
by [@&#8203;kentaro-m](https://togithub.com/kentaro-m) in
[kentaro-m/auto-assign-action#63
- test: use jest-mock for mocked utils by
[@&#8203;kentaro-m](https://togithub.com/kentaro-m) in
[kentaro-m/auto-assign-action#112
- Upgrade jest to v29 by
[@&#8203;kentaro-m](https://togithub.com/kentaro-m) in
[kentaro-m/auto-assign-action#113
- Upgrade prettier by
[@&#8203;kentaro-m](https://togithub.com/kentaro-m) in
[kentaro-m/auto-assign-action#114
- chore: support for Node.js versioning with .node-version by
[@&#8203;kentaro-m](https://togithub.com/kentaro-m) in
[kentaro-m/auto-assign-action#115

**Full Changelog**:
kentaro-m/auto-assign-action@v1.2.4...v1.2.5

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
  • Loading branch information
brighid-bot committed Mar 29, 2023
1 parent b5b5ddd commit 9aa3a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assign-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
name: Assign
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.4
- uses: kentaro-m/auto-assign-action@v1.2.5
with:
repo-token: ${{ secrets.GH_TOKEN }}

0 comments on commit 9aa3a5b

Please sign in to comment.