Skip to content

Commit

Permalink
build(deps): bump wagoid/commitlint-github-action from 6.0.2 to 6.1.1 (
Browse files Browse the repository at this point in the history
…#282)

Bumps
[wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action)
from 6.0.2 to 6.1.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md">wagoid/commitlint-github-action's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/wagoid/commitlint-github-action/compare/v6.1.0...v6.1.1">6.1.1</a>
(2024-08-21)</h2>
<h2><a
href="https://github.com/wagoid/commitlint-github-action/compare/v6.0.2...v6.1.0">6.1.0</a>
(2024-08-20)</h2>
<h3>Features</h3>
<ul>
<li>updating push event trigger to use rest API (OctoKit) vs push event
(<a
href="https://github.com/wagoid/commitlint-github-action/commit/70e22e95384c0028a4a5a9679a729c3ac9224dcd">70e22e9</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>updating unit tests with mocking push octokit list commits (<a
href="https://github.com/wagoid/commitlint-github-action/commit/c3ab7fd301c536b0e96211a1dde49b6aabbfa8fd">c3ab7fd</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wagoid/commitlint-github-action/commit/a2bc521d745b1ba127ee2f8b02d6afaa4eed035c"><code>a2bc521</code></a>
chore(release): publish 6.1.1 [skip-ci]</li>
<li><a
href="https://github.com/wagoid/commitlint-github-action/commit/bc25072483aba50bfa40a0aeac039228fd3eb76f"><code>bc25072</code></a>
Merge pull request <a
href="https://redirect.github.com/wagoid/commitlint-github-action/issues/800">#800</a>
from wagoid/revert-798-feat/using-rest-for-push</li>
<li><a
href="https://github.com/wagoid/commitlint-github-action/commit/09a8abb7577d5d8ba5690a59587ad7acf90bce37"><code>09a8abb</code></a>
Revert &quot;feat: updating push event trigger to use rest API (OctoKit)
vs push e...</li>
<li><a
href="https://github.com/wagoid/commitlint-github-action/commit/dbd4ecd47d0256b6587d1d0c5737082cc439f2c5"><code>dbd4ecd</code></a>
chore(release): publish 6.1.0 [skip-ci]</li>
<li><a
href="https://github.com/wagoid/commitlint-github-action/commit/0de15449e923d75a908bd7ab4e89c4e69af9ab1f"><code>0de1544</code></a>
Merge pull request <a
href="https://redirect.github.com/wagoid/commitlint-github-action/issues/798">#798</a>
from ncino/feat/using-rest-for-push</li>
<li><a
href="https://github.com/wagoid/commitlint-github-action/commit/c3ab7fd301c536b0e96211a1dde49b6aabbfa8fd"><code>c3ab7fd</code></a>
fix: updating unit tests with mocking push octokit list commits</li>
<li><a
href="https://github.com/wagoid/commitlint-github-action/commit/70e22e95384c0028a4a5a9679a729c3ac9224dcd"><code>70e22e9</code></a>
feat: updating push event trigger to use rest API (OctoKit) vs push
event</li>
<li>See full diff in <a
href="https://github.com/wagoid/commitlint-github-action/compare/v6.0.2...v6.1.1">compare
view</a></li>
</ul>
</details>
<br />


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

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **Chores**
- Updated the `commitlint-github-action` to the latest version,
improving the commit linting process during CI/CD workflows.
- Added a new configuration file for commit linting, allowing longer
commit messages for enhanced detail and flexibility.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simone Chemelli <[email protected]>
  • Loading branch information
dependabot[bot] and chemelli74 authored Aug 28, 2024
1 parent e32b85c commit 2b2a312
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { RuleConfigSeverity } from "@commitlint/types";

const Configuration = {
/*
* Resolve and load @commitlint/config-conventional from node_modules.
* Referenced packages must be installed
*/
extends: ["@commitlint/config-conventional"],
/*
* Any rules defined here will override rules from @commitlint/config-conventional
*/
rules: {
"body-max-line-length": [RuleConfigSeverity.Error, "always", 300],
},
};

export default Configuration;
4 changes: 3 additions & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wagoid/[email protected]
- uses: wagoid/[email protected]
with:
configFile: .commitlint.config.mjs
build:
needs:
- commitlint
Expand Down

0 comments on commit 2b2a312

Please sign in to comment.