mirror of
				https://github.com/bensuperpc/dockcross.git
				synced 2025-11-04 09:56:23 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into add_riscv
This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
# Set update schedule for GitHub Actions
 | 
			
		||||
 | 
			
		||||
version: 2
 | 
			
		||||
updates:
 | 
			
		||||
  - package-ecosystem: "github-actions"
 | 
			
		||||
    directory: "/"
 | 
			
		||||
    schedule:
 | 
			
		||||
      # Check for updates to GitHub Actions every weekday
 | 
			
		||||
      interval: "daily" 
 | 
			
		||||
							
								
								
									
										22
									
								
								.github/workflows/expired.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								.github/workflows/expired.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
name: 'Close stale issues and PRs'
 | 
			
		||||
on:
 | 
			
		||||
  schedule:
 | 
			
		||||
    - cron: '* * */1 * *'
 | 
			
		||||
jobs:
 | 
			
		||||
  stale:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/stale@v3
 | 
			
		||||
        with:
 | 
			
		||||
          repo-token: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
          exempt-issue-milestones: 'future,alpha,beta,release'
 | 
			
		||||
          exempt-pr-milestones: 'bugfix,improvement'
 | 
			
		||||
          exempt-all-pr-assignees: true
 | 
			
		||||
          stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.'
 | 
			
		||||
          stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.'
 | 
			
		||||
          close-issue-message: 'This issue was closed because it has been stalled for 15 days with no activity.'
 | 
			
		||||
          close-pr-message: 'This PR was closed because it has been stalled for 15 days with no activity.'
 | 
			
		||||
          days-before-issue-stale: 120
 | 
			
		||||
          days-before-pr-stale: 120
 | 
			
		||||
          days-before-issue-close: 30
 | 
			
		||||
          days-before-pr-close: 30
 | 
			
		||||
							
								
								
									
										3
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							@@ -3,7 +3,7 @@ name: Dockcross CI
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
    - 'master'
 | 
			
		||||
    - '*'
 | 
			
		||||
    paths-ignore:
 | 
			
		||||
      - '**/README.md'
 | 
			
		||||
  pull_request:
 | 
			
		||||
@@ -11,6 +11,7 @@ on:
 | 
			
		||||
    - '*'
 | 
			
		||||
    paths-ignore:
 | 
			
		||||
      - '**/README.md'
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  base:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user