chore: rerun commitlint check on PR title change (#804)
This makes it easier for contributors. They don't need to update the branch itself by e.g. empty commits. However, it now triggers the commitlint even when the PR description is updated. Solution inspired by https://github.com/orgs/community/discussions/48695 and https://github.com/orgs/community/discussions/101695. Signed-off-by: justusbunsi <[email protected]> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/804 Reviewed-by: pat-s <[email protected]> Co-authored-by: justusbunsi <[email protected]> Co-committed-by: justusbunsi <[email protected]>
This commit is contained in:
@@ -4,6 +4,9 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
|
||||
jobs:
|
||||
check-and-test:
|
||||
|
||||
Reference in New Issue
Block a user