Skip to content

Commit

Permalink
Bump pozil/auto-assign-issue from 2.0.0 to 2.0.1 (#1675)
Browse files Browse the repository at this point in the history
Bumps
[pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue)
from 2.0.0 to 2.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pozil/auto-assign-issue/releases">pozil/auto-assign-issue's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.1 - Bump dependencies</h2>
<ul>
<li>build: bump dependencies</li>
<li>feat: extra test for random PR reviewer</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pozil/auto-assign-issue/commit/b787bcda4fa1620522e73e7a5fe0f3b57b03b6ad"><code>b787bcd</code></a>
build: release v2.0.1</li>
<li><a
href="https://github.com/pozil/auto-assign-issue/commit/90a31928c0fe6d173ae65e7b9a278ecbffb9136e"><code>90a3192</code></a>
feat: extra test for random PR reviewer</li>
<li><a
href="https://github.com/pozil/auto-assign-issue/commit/59c76d0128e45375c2f4885eef69a0d1e40b9327"><code>59c76d0</code></a>
doc: fix permissions in pr example in README.md (<a
href="https://redirect.github.com/pozil/auto-assign-issue/issues/146">#146</a>)</li>
<li><a
href="https://github.com/pozil/auto-assign-issue/commit/9fe872bb72487df4637d1eacd434c2fa97703230"><code>9fe872b</code></a>
doc: switch example version to v2</li>
<li><a
href="https://github.com/pozil/auto-assign-issue/commit/94f6295ba00c1ecce2cd5a1c3de0456f2081a1c3"><code>94f6295</code></a>
build(deps-dev): bump lint-staged from 15.2.2 to 15.2.7 (<a
href="https://redirect.github.com/pozil/auto-assign-issue/issues/131">#131</a>)</li>
<li><a
href="https://github.com/pozil/auto-assign-issue/commit/031cc539708d9757624db79f612fe09be4541f39"><code>031cc53</code></a>
build(deps-dev): bump eslint-plugin-jest from 28.5.0 to 28.6.0 (<a
href="https://redirect.github.com/pozil/auto-assign-issue/issues/129">#129</a>)</li>
<li><a
href="https://github.com/pozil/auto-assign-issue/commit/93dac42e2d8a24eb62c09540026ae18614b3bcb6"><code>93dac42</code></a>
build(deps-dev): bump eslint from 9.2.0 to 9.6.0 (<a
href="https://redirect.github.com/pozil/auto-assign-issue/issues/128">#128</a>)</li>
<li><a
href="https://github.com/pozil/auto-assign-issue/commit/0aa2b7cfe7136f1acbd3189ed246cd85bff94814"><code>0aa2b7c</code></a>
build(deps-dev): bump prettier from 3.2.5 to 3.3.2 (<a
href="https://redirect.github.com/pozil/auto-assign-issue/issues/130">#130</a>)</li>
<li><a
href="https://github.com/pozil/auto-assign-issue/commit/a6fb72162a8cdbbccaac6c7bae46678214a468d0"><code>a6fb721</code></a>
build(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a
href="https://redirect.github.com/pozil/auto-assign-issue/issues/126">#126</a>)</li>
<li><a
href="https://github.com/pozil/auto-assign-issue/commit/734681746c67641bc9e8e72f19b11b3796463ec6"><code>7346817</code></a>
Update README.md</li>
<li>See full diff in <a
href="https://github.com/pozil/auto-assign-issue/compare/v2.0.0...v2.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pozil/auto-assign-issue&package-manager=github_actions&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
sovrasov authored Nov 29, 2024
2 parents 53139a1 + dd8e3fb commit 55aeaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Auto-assign Issue
uses: pozil/[email protected].0
uses: pozil/[email protected].1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: jihyeonyi,sooahleex,itrushkin
Expand Down

0 comments on commit 55aeaf4

Please sign in to comment.