mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
				synced 2025-10-30 10:22:22 +00:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			v2.9.0-RC2
			...
			feature/te
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 8566d024a8 | 
							
								
								
									
										23
									
								
								.github/workflows/enforce-jira-issue-key.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.github/workflows/enforce-jira-issue-key.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | ||||
| name: Ensure Jira issue is linked | ||||
|  | ||||
| on: | ||||
|   pull_request: | ||||
|     types: [opened, edited, reopened, synchronize] | ||||
|  | ||||
| jobs: | ||||
|   check_for_issue_key: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout actions repo | ||||
|         uses: actions/checkout@v2 | ||||
|         with:  | ||||
|           repository: Telecominfraproject/.github | ||||
|           path: github | ||||
|           ref: feature/wifi-4860--add-ensure-jira-issue-key-composite-action | ||||
|  | ||||
|       - name: Run JIRA check | ||||
|         uses: ./github/composite-actions/enforce-jira-issue-key | ||||
|         with: | ||||
|           jira_base_url: ${{ secrets.TIP_JIRA_URL }} | ||||
|           jira_user_email: ${{ secrets.TIP_JIRA_USER_EMAIL }} | ||||
|           jira_api_token: ${{ secrets.TIP_JIRA_API_TOKEN }} | ||||
		Reference in New Issue
	
	Block a user