mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-01 01:25:27 +08:00 
			
		
		
		
	Top Issues GitHub Action (#1488)
This commit is contained in:
		
							
								
								
									
										24
									
								
								.github/workflows/top-issues-dashboard.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								.github/workflows/top-issues-dashboard.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | ||||
| name: Top issues action. | ||||
| on: | ||||
|   schedule: | ||||
|     - cron: '0 0 */1 * *' | ||||
|  | ||||
| jobs: | ||||
|   ShowAndLabelTopIssues: | ||||
|     name: Display and label top issues. | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Top Issues action | ||||
|         uses: rickstaa/top-issues-action@v1.3.99 | ||||
|         env: | ||||
|           github_token: ${{ secrets.GITHUB_TOKEN }} | ||||
|         with: | ||||
|           top_list_size: 10 | ||||
|           label: true | ||||
|           dashboard: true | ||||
|           dashboard_show_total_reactions: true | ||||
|           top_issues: true | ||||
|           top_bugs: true | ||||
|           top_features: true | ||||
|           feature_label: feature | ||||
|           top_pull_requests: true | ||||
		Reference in New Issue
	
	Block a user
	 Frank Ray
					Frank Ray