| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -170,20 +170,15 @@ jobs:
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          }
 | 
					 | 
					 | 
					 | 
					          }
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  trigger_pr:
 | 
					 | 
					 | 
					 | 
					  trigger_pr:
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    name: Trigger Pull Request
 | 
					 | 
					 | 
					 | 
					    name: Trigger "Create Pull Request" workflow
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    needs:   publish_release
 | 
					 | 
					 | 
					 | 
					    needs: publish_release
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    runs-on: ubuntu-latest
 | 
					 | 
					 | 
					 | 
					    runs-on: ubuntu-latest
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    steps:
 | 
					 | 
					 | 
					 | 
					    steps:
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    - uses: actions/checkout@v2
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      with:
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        submodules: true
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    - name: Trigger "Create Pull Request" workflow
 | 
					 | 
					 | 
					 | 
					    - name: Trigger "Create Pull Request" workflow
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      uses: actions/github-script@v2
 | 
					 | 
					 | 
					 | 
					      uses: actions/github-script@v2
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      with:
 | 
					 | 
					 | 
					 | 
					      with:
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        github-token: ${{ secrets.PERSONAL_TOKEN }}
 | 
					 | 
					 | 
					 | 
					        github-token: ${{ secrets.PERSONAL_TOKEN }}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        script: |
 | 
					 | 
					 | 
					 | 
					        script: |
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          # TODO: currently 'actions.createWorkflowDispatch' function does not work. I will investigate  
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          github.repos.createDispatchEvent({
 | 
					 | 
					 | 
					 | 
					          github.repos.createDispatchEvent({
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            owner: context.repo.owner,
 | 
					 | 
					 | 
					 | 
					            owner: context.repo.owner,
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            repo: context.repo.repo,
 | 
					 | 
					 | 
					 | 
					            repo: context.repo.repo,
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |