mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: AI flag cleanup action test (#10242)
Adds a test AI flag cleanup action.
This commit is contained in:
		
							parent
							
								
									d7c465fd20
								
							
						
					
					
						commit
						0ee1c90fa2
					
				
							
								
								
									
										17
									
								
								.github/workflows/ai-flag-cleanup.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/ai-flag-cleanup.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,17 @@ | ||||
| name: AI flag cleanup | ||||
| on: | ||||
|   issues: | ||||
|     types: [labeled] | ||||
| 
 | ||||
| jobs: | ||||
|   flag-cleanup: | ||||
|     uses: mirrajabi/aider-github-workflows/.github/workflows/aider-issue-to-pr.yml@v1.0.0 | ||||
|     if: github.event.label.name == 'unleash-flag-completed' | ||||
|     with: | ||||
|       issue-number: ${{ github.event.issue.number }} | ||||
|       base-branch: ${{ github.event.repository.default_branch }} | ||||
|       chat-timeout: 10 | ||||
|       api_key_env_name: GEMINI_API_KEY | ||||
|       model: gemini | ||||
|     secrets: | ||||
|       api_key_env_value: ${{ secrets.GEMINI_API_KEY }} | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user