From f48289c7f93d188a7b8b57550e770f37b544fc1f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 28 Sep 2022 07:59:59 +0000
Subject: [PATCH] build(deps): bump amannn/action-semantic-pull-request from
4.5.0 to 4.6.0 (#471)
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4.5.0 to 4.6.0.
Release notes
Sourced from amannn/action-semantic-pull-request's releases.
v4.6.0
4.6.0 (2022-09-26)
Features
- Provide error messages as
outputs.error_message
(#194) (880a3c0)
Changelog
Sourced from amannn/action-semantic-pull-request's changelog.
4.6.0 (2022-09-26)
Features
- Provide error messages as
outputs.error_message
(#194) (880a3c0)
Commits
505e44b
chore: Release 4.6.0 [skip ci]
880a3c0
feat: Provide error messages as outputs.error_message
(#194)
4682b17
Remove dependabot [skip ci]
348e2e6
ci: Configure semantic-release for main branch
076b635
ci: Use main branch
8dec7ce
docs: Suggest using the new Github option for consistent commit titles
- See full diff in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=amannn/action-semantic-pull-request&package-manager=github_actions&previous-version=4.5.0&new-version=4.6.0)](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)
---
Dependabot commands and options
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 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)
---
.github/workflows/lint-pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml
index 302c97cf2..61a9822be 100644
--- a/.github/workflows/lint-pr.yml
+++ b/.github/workflows/lint-pr.yml
@@ -11,6 +11,6 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- - uses: amannn/action-semantic-pull-request@v4.5.0
+ - uses: amannn/action-semantic-pull-request@v4.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file