Skip to content

Commit

Permalink
Bump contributor-assistant/github-action from 2.6.0 to 2.6.1 (#438)
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.6.0 to 2.6.1.
<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.6.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Move bot signature outside of recheck text by <a
href="https://github.com/kingthorin"><code>@​kingthorin</code></a> in <a
href="https://redirect.github.com/contributor-assistant/github-action/pull/163">contributor-assistant/github-action#163</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/contributor-assistant/github-action/compare/v2.6.0...v2.6.1">https://github.com/contributor-assistant/github-action/compare/v2.6.0...v2.6.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/contributor-assistant/github-action/commit/ca4a40a7d1004f18d9960b404b97e5f30a505a08"><code>ca4a40a</code></a>
Update README.md</li>
<li><a
href="https://github.com/contributor-assistant/github-action/commit/5110cc4f59ad8a4999456b4314b08bf657ea16b4"><code>5110cc4</code></a>
docs(contributor): contrib-readme-action has updated readme</li>
<li><a
href="https://github.com/contributor-assistant/github-action/commit/ec9e0833d9a6dad91424e4f8e1472d54592ce9d4"><code>ec9e083</code></a>
Merge pull request <a
href="https://redirect.github.com/contributor-assistant/github-action/issues/163">#163</a>
from kingthorin/recheck-cond-fix</li>
<li><a
href="https://github.com/contributor-assistant/github-action/commit/0230ea8f92089844f8794f24169a4b62424afe4e"><code>0230ea8</code></a>
consistent space placement</li>
<li><a
href="https://github.com/contributor-assistant/github-action/commit/5160ea213b8cf638d7b695c60a2213f03a649874"><code>5160ea2</code></a>
Move bot signature outside of recheck text</li>
<li><a
href="https://github.com/contributor-assistant/github-action/commit/0fb69428196877a50810c3f5448ba84b2d15b058"><code>0fb6942</code></a>
Update README.md</li>
<li>See full diff in <a
href="https://github.com/contributor-assistant/github-action/compare/v2.6.0...v2.6.1">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.6.0&new-version=2.6.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>

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 Sep 30, 2024
1 parent 9d32573 commit 3dc7c00
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].0
uses: contributor-assistant/[email protected].1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }}
Expand Down

0 comments on commit 3dc7c00

Please sign in to comment.