Case correction Github -> GitHub (#30446)
				
					
				
			Co-authored-by: Igor <igordsmelo@gmail.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/codecov.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/codecov.yml
									
									
									
									
										vendored
									
									
								
							@@ -3,9 +3,9 @@ coverage:
 | 
				
			|||||||
  status:
 | 
					  status:
 | 
				
			||||||
    project:
 | 
					    project:
 | 
				
			||||||
      default:
 | 
					      default:
 | 
				
			||||||
        # Github status check is not blocking
 | 
					        # GitHub status check is not blocking
 | 
				
			||||||
        informational: true
 | 
					        informational: true
 | 
				
			||||||
    patch:
 | 
					    patch:
 | 
				
			||||||
      default:
 | 
					      default:
 | 
				
			||||||
        # Github status check is not blocking
 | 
					        # GitHub status check is not blocking
 | 
				
			||||||
        informational: true
 | 
					        informational: true
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/renovate.json5
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/renovate.json5
									
									
									
									
										vendored
									
									
								
							@@ -59,7 +59,7 @@
 | 
				
			|||||||
      dependencyDashboardApproval: true,
 | 
					      dependencyDashboardApproval: true,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      // Update Github Actions and Docker images weekly
 | 
					      // Update GitHub Actions and Docker images weekly
 | 
				
			||||||
      matchManagers: ['github-actions', 'dockerfile', 'docker-compose'],
 | 
					      matchManagers: ['github-actions', 'dockerfile', 'docker-compose'],
 | 
				
			||||||
      extends: ['schedule:weekly'],
 | 
					      extends: ['schedule:weekly'],
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/build-container-image.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-container-image.yml
									
									
									
									
										vendored
									
									
								
							@@ -68,7 +68,7 @@ jobs:
 | 
				
			|||||||
          username: ${{ secrets.DOCKERHUB_USERNAME }}
 | 
					          username: ${{ secrets.DOCKERHUB_USERNAME }}
 | 
				
			||||||
          password: ${{ secrets.DOCKERHUB_TOKEN }}
 | 
					          password: ${{ secrets.DOCKERHUB_TOKEN }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Log in to the Github Container registry
 | 
					      - name: Log in to the GitHub Container registry
 | 
				
			||||||
        if: contains(inputs.push_to_images, 'ghcr.io')
 | 
					        if: contains(inputs.push_to_images, 'ghcr.io')
 | 
				
			||||||
        uses: docker/login-action@v3
 | 
					        uses: docker/login-action@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								.github/workflows/crowdin-download.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/crowdin-download.yml
									
									
									
									
										vendored
									
									
								
							@@ -58,13 +58,13 @@ jobs:
 | 
				
			|||||||
          title: 'New Crowdin Translations (automated)'
 | 
					          title: 'New Crowdin Translations (automated)'
 | 
				
			||||||
          author: 'GitHub Actions <noreply@github.com>'
 | 
					          author: 'GitHub Actions <noreply@github.com>'
 | 
				
			||||||
          body: |
 | 
					          body: |
 | 
				
			||||||
            New Crowdin translations, automated with Github Actions
 | 
					            New Crowdin translations, automated with GitHub Actions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            See `.github/workflows/crowdin-download.yml`
 | 
					            See `.github/workflows/crowdin-download.yml`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            This PR will be updated every day with new translations.
 | 
					            This PR will be updated every day with new translations.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            Due to a limitation in Github Actions, checks are not running on this PR without manual action.
 | 
					            Due to a limitation in GitHub Actions, checks are not running on this PR without manual action.
 | 
				
			||||||
            If you want to run the checks, then close and re-open it.
 | 
					            If you want to run the checks, then close and re-open it.
 | 
				
			||||||
          branch: i18n/crowdin/translations
 | 
					          branch: i18n/crowdin/translations
 | 
				
			||||||
          base: main
 | 
					          base: main
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
If you believe you've identified a security vulnerability in Mastodon (a bug that allows something to happen that shouldn't be possible), you can either:
 | 
					If you believe you've identified a security vulnerability in Mastodon (a bug that allows something to happen that shouldn't be possible), you can either:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- open a [Github security issue on the Mastodon project](https://github.com/mastodon/mastodon/security/advisories/new)
 | 
					- open a [GitHub security issue on the Mastodon project](https://github.com/mastodon/mastodon/security/advisories/new)
 | 
				
			||||||
- reach us at <security@joinmastodon.org>
 | 
					- reach us at <security@joinmastodon.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You should _not_ report such issues on public GitHub issues or in other public spaces to give us time to publish a fix for the issue without exposing Mastodon's users to increased risk.
 | 
					You should _not_ report such issues on public GitHub issues or in other public spaces to give us time to publish a fix for the issue without exposing Mastodon's users to increased risk.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# This is needed for the Github Action
 | 
					# This is needed for the GitHub Action
 | 
				
			||||||
project_id_env: CROWDIN_PROJECT_ID
 | 
					project_id_env: CROWDIN_PROJECT_ID
 | 
				
			||||||
api_token_env: CROWDIN_PERSONAL_TOKEN
 | 
					api_token_env: CROWDIN_PERSONAL_TOKEN
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user