mirror of
				https://github.com/docker/login-action.git
				synced 2025-10-31 18:20:10 +08:00 
			
		
		
		
	chore: setup ownership in backstage
Motivation: All repos needs to have a clear owner
This commit is contained in:
		
							parent
							
								
									f4ef78c080
								
							
						
					
					
						commit
						fc3605c88a
					
				
							
								
								
									
										21
									
								
								.github/workflows/rebase.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								.github/workflows/rebase.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,21 @@ | |||||||
|  | name: Rebase Upstream | ||||||
|  | on: | ||||||
|  |   schedule: | ||||||
|  |   - cron: "0 0 * * 0"  # run once a week | ||||||
|  |   workflow_dispatch:   # run manually | ||||||
|  | 
 | ||||||
|  | jobs: | ||||||
|  |   sync: | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     steps: | ||||||
|  |     - uses: actions/checkout@master | ||||||
|  |       with: | ||||||
|  |         fetch-depth: 0 # fetching all history so i can rebase | ||||||
|  |         token: ${{ secrets.GH_TOKEN }} | ||||||
|  |     - name: Configure git for tradeshiftci | ||||||
|  |       uses: tradeshift/actions-git/configure-from-gpg-key@v1 | ||||||
|  |       with: | ||||||
|  |         gpg-key: ${{ secrets.TRADESHIFTCI_GPG_KEY }}   | ||||||
|  |     - uses: tradeshift/rebase-upstream-action@master | ||||||
|  |       with: | ||||||
|  |         branch: master | ||||||
							
								
								
									
										16
									
								
								catalog-info.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								catalog-info.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,16 @@ | |||||||
|  | apiVersion: backstage.io/v1alpha1 | ||||||
|  | kind: Component | ||||||
|  | metadata: | ||||||
|  |   name: login-action | ||||||
|  |   description: | | ||||||
|  |     GitHub Action to login against a Docker registry | ||||||
|  |   annotations: | ||||||
|  |     github.com/project-slug: Tradeshift/login-action | ||||||
|  |   tags: | ||||||
|  |     - github-action | ||||||
|  |     - nodejs | ||||||
|  |     - fork | ||||||
|  | spec: | ||||||
|  |   type: library | ||||||
|  |   owner: sre | ||||||
|  |   lifecycle: production | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jesper Terkelsen
						Jesper Terkelsen