mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-11-03 14:32:33 +09:00 
			
		
		
		
	Bot Updating Templated Files
This commit is contained in:
		
							
								
								
									
										14
									
								
								.github/workflows/call_issue_pr_tracker.yml
									
									
									
									
										vendored
									
									
										Executable file
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/call_issue_pr_tracker.yml
									
									
									
									
										vendored
									
									
										Executable file
									
								
							@@ -0,0 +1,14 @@
 | 
				
			|||||||
 | 
					name: Issue & PR Tracker
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					on:
 | 
				
			||||||
 | 
					  issues:
 | 
				
			||||||
 | 
					    types: [opened,reopened,labeled,unlabeled]
 | 
				
			||||||
 | 
					  pull_request_target:
 | 
				
			||||||
 | 
					    types: [opened,reopened,review_requested,review_request_removed,labeled,unlabeled]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					jobs:
 | 
				
			||||||
 | 
					  manage-project:
 | 
				
			||||||
 | 
					    permissions:
 | 
				
			||||||
 | 
					      issues: write
 | 
				
			||||||
 | 
					    uses: linuxserver/github-workflows/.github/workflows/issue-pr-tracker.yml@v1
 | 
				
			||||||
 | 
					    secrets: inherit
 | 
				
			||||||
							
								
								
									
										13
									
								
								.github/workflows/call_issues_cron.yml
									
									
									
									
										vendored
									
									
										Executable file
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/call_issues_cron.yml
									
									
									
									
										vendored
									
									
										Executable file
									
								
							@@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					name: Mark stale issues and pull requests
 | 
				
			||||||
 | 
					on:
 | 
				
			||||||
 | 
					  schedule:
 | 
				
			||||||
 | 
					    - cron:  '46 10 * * *'
 | 
				
			||||||
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					jobs:
 | 
				
			||||||
 | 
					  stale:
 | 
				
			||||||
 | 
					    permissions:
 | 
				
			||||||
 | 
					      issues: write
 | 
				
			||||||
 | 
					      pull-requests: write
 | 
				
			||||||
 | 
					    uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
 | 
				
			||||||
 | 
					    secrets: inherit
 | 
				
			||||||
@@ -2,7 +2,7 @@ name: Package Trigger Scheduler
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron:  '03 2 * * 4'
 | 
					    - cron:  '15 12 * * 2'
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								.github/workflows/permissions.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/permissions.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,9 +1,10 @@
 | 
				
			|||||||
name: Permission check
 | 
					name: Permission check
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  pull_request:
 | 
					  pull_request_target:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - '**/run'
 | 
					      - '**/run'
 | 
				
			||||||
      - '**/finish'
 | 
					      - '**/finish'
 | 
				
			||||||
 | 
					      - '**/check'
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  permission_check:
 | 
					  permission_check:
 | 
				
			||||||
    uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
 | 
					    uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user