mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Merge remote-tracking branch 'inventree/master' into webp-support
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							@@ -12,7 +12,7 @@ on:
 | 
			
		||||
      - l10*
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  python_version: 3.8
 | 
			
		||||
  python_version: 3.9
 | 
			
		||||
  node_version: 16
 | 
			
		||||
 | 
			
		||||
  server_start_sleep: 60
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/stale.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/stale.yml
									
									
									
									
										vendored
									
									
								
							@@ -19,7 +19,7 @@ jobs:
 | 
			
		||||
        repo-token: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
        stale-issue-message: 'This issue seems stale. Please react to show this is still important.'
 | 
			
		||||
        stale-pr-message: 'This PR seems stale. Please react to show this is still important.'
 | 
			
		||||
        stale-issue-label: 'no-activity'
 | 
			
		||||
        stale-pr-label: 'no-activity'
 | 
			
		||||
        stale-issue-label: 'inactive'
 | 
			
		||||
        stale-pr-label: 'inactive'
 | 
			
		||||
        start-date: '2022-01-01'
 | 
			
		||||
        exempt-all-milestones: true
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/translations.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/translations.yml
									
									
									
									
										vendored
									
									
								
							@@ -21,10 +21,10 @@ jobs:
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Code
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
      - name: Set up Python 3.7
 | 
			
		||||
      - name: Set up Python 3.9
 | 
			
		||||
        uses: actions/setup-python@v1
 | 
			
		||||
        with:
 | 
			
		||||
          python-version: 3.7
 | 
			
		||||
          python-version: 3.9
 | 
			
		||||
      - name: Install Dependencies
 | 
			
		||||
        run: |
 | 
			
		||||
            sudo apt-get update
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										9
									
								
								.github/workflows/welcome.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/welcome.yml
									
									
									
									
										vendored
									
									
								
							@@ -16,5 +16,10 @@ jobs:
 | 
			
		||||
    - uses: actions/first-interaction@v1
 | 
			
		||||
      with:
 | 
			
		||||
        repo-token: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
        issue-message: 'Welcome to InvenTree! Please check the [contributing docs](https://inventree.readthedocs.io/en/latest/contribute/) on how to help.\nIf you experience setup / install issues please read all [install docs]( https://inventree.readthedocs.io/en/latest/start/intro/).'
 | 
			
		||||
        pr-message: 'This is your first PR, welcome!\nPlease check [Contributing](https://github.com/inventree/InvenTree/blob/master/CONTRIBUTING.md) to make sure your submission fits our general code-style and workflow.\nMake sure to document why this PR is needed and to link connected issues so we can review it faster.'
 | 
			
		||||
        issue-message: |
 | 
			
		||||
          Welcome to InvenTree! Please check the [contributing docs](https://inventree.readthedocs.io/en/latest/contribute/) on how to help.
 | 
			
		||||
          If you experience setup / install issues please read all [install docs]( https://inventree.readthedocs.io/en/latest/start/intro/).
 | 
			
		||||
        pr-message: |
 | 
			
		||||
          This is your first PR, welcome!
 | 
			
		||||
          Please check [Contributing](https://github.com/inventree/InvenTree/blob/master/CONTRIBUTING.md) to make sure your submission fits our general code-style and workflow.
 | 
			
		||||
          Make sure to document why this PR is needed and to link connected issues so we can review it faster.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user