mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	Merge pull request #8990 from Bond-009/stale
Give stale action write permission for issues
This commit is contained in:
		
						commit
						2142002c12
					
				
							
								
								
									
										3
									
								
								.github/workflows/repo-stale.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/repo-stale.yaml
									
									
									
									
										vendored
									
									
								
							@ -5,7 +5,8 @@ on:
 | 
			
		||||
    - cron: '30 1 * * *'
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
 | 
			
		||||
permissions: {}
 | 
			
		||||
permissions:
 | 
			
		||||
  issues: write
 | 
			
		||||
jobs:
 | 
			
		||||
  stale:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user