From 870c6e7c64bcb2bfc9c1872c22aaa4430e506006 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 8 Feb 2022 17:42:20 +0000
Subject: [PATCH] build(deps): Bump amannn/action-semantic-pull-request from
4.0.1 to 4.1.0 (#11132)
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4.0.1 to 4.1.0.
Release notes
Sourced from amannn/action-semantic-pull-request's releases.
v4.1.0
4.1.0 (2022-02-04)
Features
- Check if the PR title matches the commit title when single commits are validated to avoid surprises (#158) (f1216e9)
Changelog
Sourced from amannn/action-semantic-pull-request's changelog.
4.1.0 (2022-02-04)
Features
- Check if the PR title matches the commit title when single commits are validated to avoid surprises (#158) (f1216e9)
Commits
04cc956
chore: Release 4.1.0 [skip ci]
f1216e9
feat: Check if the PR title matches the commit title when single commits are ...
63022d8
ci: Include check for changes to dist/. (#157)
- 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.0.1&new-version=4.1.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 6192c7342996..de8eda1c2b36 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.0.1
+ - uses: amannn/action-semantic-pull-request@v4.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}