File tree Expand file tree Collapse file tree 4 files changed +20
-1
lines changed
Expand file tree Collapse file tree 4 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,13 @@ updates:
1111 interval : " daily"
1212 labels :
1313 - " Dependencies"
14+ commit-message :
15+ prefix : " feat"
16+ include : " scope"
1417 - package-ecosystem : " github-actions"
1518 directory : " /" # Location of package manifests
1619 schedule :
1720 interval : " weekly"
21+ commit-message :
22+ prefix : " feat"
23+ include : " scope"
Original file line number Diff line number Diff line change 2929 - name : Commit files
3030 uses : stefanzweifel/git-auto-commit-action@v5
3131 with :
32- commit_message : Calens changelog updated
32+ commit_message : " docs: calens changelog updated"
3333 file_pattern : CHANGELOG.md
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ ownCloud admins and users.
3232* Bugfix - Remove lens icon in folder picker: [ #4311 ] ( https://github.com/owncloud/android/issues/4311 )
3333* Change - Upgrade minimum SDK version to Android 7.0 (v24): [ #4230 ] ( https://github.com/owncloud/android/issues/4230 )
3434* Change - Automatic discovery of the account in login: [ #4301 ] ( https://github.com/owncloud/android/issues/4301 )
35+ * Change - Add new prefixes in commit messages of 3rd party contributors: [ #4346 ] ( https://github.com/owncloud/android/pull/4346 )
3536* Enhancement - Improvements in Manage Accounts view: [ #4148 ] ( https://github.com/owncloud/android/issues/4148 )
3637* Enhancement - New setting for automatic removal of local files: [ #4175 ] ( https://github.com/owncloud/android/issues/4175 )
3738* Enhancement - Unit tests for repository classes - Part 1: [ #4232 ] ( https://github.com/owncloud/android/issues/4232 )
@@ -62,6 +63,13 @@ ownCloud admins and users.
6263 https://github.com/owncloud/android/issues/4301
6364 https://github.com/owncloud/android/pull/4325
6465
66+ * Change - Add new prefixes in commit messages of 3rd party contributors: [ #4346 ] ( https://github.com/owncloud/android/pull/4346 )
67+
68+ Dependaboy and Calens' commit messages with prefixes that fits 'Conventional
69+ Commits'
70+
71+ https://github.com/owncloud/android/pull/4346
72+
6573* Enhancement - Improvements in Manage Accounts view: [ #4148 ] ( https://github.com/owncloud/android/issues/4148 )
6674
6775 Removed the key icon and avoid overlap account name with icons in Manage
Original file line number Diff line number Diff line change 1+ Change: Add new prefixes in commit messages of 3rd party contributors
2+
3+ Dependaboy and Calens' commit messages with prefixes that fits 'Conventional Commits'
4+
5+ https://github.com/owncloud/android/pull/4346
You can’t perform that action at this time.
0 commit comments