You've already forked docker-mailserver
							
							
				mirror of
				https://github.com/docker-mailserver/docker-mailserver.git
				synced 2025-10-31 00:17:45 +02:00 
			
		
		
		
	ci: Remove CONTRIBUTORS.md (#4141)
This commit is contained in:
		| @@ -1,26 +0,0 @@ | ||||
| { | ||||
|   "files": [ | ||||
|     "CONTRIBUTORS.md" | ||||
|   ], | ||||
|   "imageSize": 100, | ||||
|   "commit": false, | ||||
|   "contributors": [ | ||||
|     { | ||||
|       "login": "matrixes", | ||||
|       "name": "matrixes", | ||||
|       "avatar_url": "https://avatars.githubusercontent.com/u/46491408?v=4", | ||||
|       "profile": "https://github.com/matrixes", | ||||
|       "contributions": [ | ||||
|         "blog" | ||||
|       ] | ||||
|     } | ||||
|   ], | ||||
|   "contributorsPerLine": 7, | ||||
|   "badgeTemplate": "", | ||||
|   "projectName": "docker-mailserver", | ||||
|   "projectOwner": "docker-mailserver", | ||||
|   "repoType": "github", | ||||
|   "repoHost": "https://github.com", | ||||
|   "skipCi": false, | ||||
|   "commitConvention": "none" | ||||
| } | ||||
							
								
								
									
										1
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							| @@ -28,7 +28,6 @@ Makefile | ||||
| *.yaml              text | ||||
|  | ||||
| ## PROJECT | ||||
| .all-contributorsrc text export-ignore | ||||
| .editorconfig       text export-ignore | ||||
| .gitattributes      text export-ignore | ||||
| .gitignore          text export-ignore | ||||
|   | ||||
							
								
								
									
										33
									
								
								.github/workflows/contributors.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										33
									
								
								.github/workflows/contributors.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,33 +0,0 @@ | ||||
| name: 'Update Contributors List' | ||||
|  | ||||
| on: | ||||
|   workflow_dispatch: | ||||
|   schedule: | ||||
|     - cron: 0 4 * * 0 | ||||
|  | ||||
| permissions: | ||||
|   contents: write | ||||
|   pull-requests: write | ||||
|   statuses: write | ||||
|  | ||||
| jobs: | ||||
|   add-contributors: | ||||
|     name: 'Add Contributors' | ||||
|     runs-on: ubuntu-22.04 | ||||
|     steps: | ||||
|       - name: 'Checkout' | ||||
|         uses: actions/checkout@v4 | ||||
|  | ||||
|       - name: 'Update CONTRIBUTORS.md' | ||||
|         uses: akhilmhdh/contributors-readme-action@v2.3.10 | ||||
|         env: | ||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|         with: | ||||
|           readme_path: CONTRIBUTORS.md | ||||
|           collaborators: all | ||||
|           use_username: true | ||||
|           commit_message: 'docs: updated `CONTRIBUTORS.md`' | ||||
|           committer_username: github-actions[bot] | ||||
|           committer_email: 41898282+github-actions[bot]@users.noreply.github.com | ||||
|           pr_title_on_protected: 'docs: update `CONTRIBUTORS.md`' | ||||
|           auto_detect_branch_protection: true | ||||
| @@ -25,12 +25,16 @@ All notable changes to this project will be documented in this file. The format | ||||
| - **Postfix** | ||||
|   - Disable Microsoft reactions to outgoing mail. ([#4120](https://github.com/docker-mailserver/docker-mailserver/pull/4120)) | ||||
|  | ||||
| #### Fixes | ||||
| ### Fixes | ||||
|  | ||||
| - **Dovecot:** | ||||
|   - `logwatch`  Update logwatch `ignore.conf` to exclude Xapian messages about pending documents ([#4060](https://github.com/docker-mailserver/docker-mailserver/pull/4060)) | ||||
|   - `dovecot-fts-xapian` plugin was updated to `1.7.13`, fixing a regression with indexing ([#4095](https://github.com/docker-mailserver/docker-mailserver/pull/4095)) | ||||
|  | ||||
| ### CI | ||||
|  | ||||
| - Workflow for `CONTRIBUTORS.md` updates removed. `CONTRIBUTORS.md` file and dependencies removed. ([#4141](https://github.com/docker-mailserver/docker-mailserver/pull/4141)) | ||||
|  | ||||
| ## [v14.0.0](https://github.com/docker-mailserver/docker-mailserver/releases/tag/v14.0.0) | ||||
|  | ||||
| The most noteworthy change of this release is the update of the container's base image from Debian 11 ("Bullseye") to Debian 12 ("Bookworm"). This update alone involves breaking changes and requires a careful update! | ||||
|   | ||||
							
								
								
									
										2182
									
								
								CONTRIBUTORS.md
									
									
									
									
									
								
							
							
						
						
									
										2182
									
								
								CONTRIBUTORS.md
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user