Skip to content

Commit

Permalink
Bump contributor-assistant/github-action from 2.3.1 to 2.3.2 (#144)
Browse files Browse the repository at this point in the history
Bumps
[contributor-assistant/github-action](https://github.com/contributor-assistant/github-action)
from 2.3.1 to 2.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/contributor-assistant/github-action/releases">contributor-assistant/github-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: create empty commit for custom pr sign comment as well by <a
href="https://github.com/tada5hi"><code>@​tada5hi</code></a> in <a
href="https://redirect.github.com/contributor-assistant/github-action/pull/147">contributor-assistant/github-action#147</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/tada5hi"><code>@​tada5hi</code></a> made
their first contribution in <a
href="https://redirect.github.com/contributor-assistant/github-action/pull/147">contributor-assistant/github-action#147</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/contributor-assistant/github-action/compare/v2.3.1...v2.3.2">https://github.com/contributor-assistant/github-action/compare/v2.3.1...v2.3.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/contributor-assistant/github-action/commit/dbc1c64d82d3aad5072007a41fff2828ae6d23ec"><code>dbc1c64</code></a>
docs(contributor): contrib-readme-action has updated readme</li>
<li><a
href="https://github.com/contributor-assistant/github-action/commit/87da4105b920cd3616038adcd983542f80c9ee80"><code>87da410</code></a>
Merge pull request <a
href="https://redirect.github.com/contributor-assistant/github-action/issues/147">#147</a>
from tada5hi/pr-sign-commit</li>
<li><a
href="https://github.com/contributor-assistant/github-action/commit/f4faf18deac3d5628c6b369e72268d744d39e797"><code>f4faf18</code></a>
fix: create empty commit for custom pr sign comment as well</li>
<li>See full diff in <a
href="https://github.com/contributor-assistant/github-action/compare/v2.3.1...v2.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=contributor-assistant/github-action&package-manager=github_actions&previous-version=2.3.1&new-version=2.3.2)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent c54b0ed commit 48b2b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Mondoo CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
uses: contributor-assistant/[email protected].1
uses: contributor-assistant/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }}
Expand Down

0 comments on commit 48b2b67

Please sign in to comment.