13 lines
		
	
	
		
			281 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			281 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: Tgt 
 | 
						|
run-name: CommentCollection 
 | 
						|
on: 
 | 
						|
   issue_comment: 
 | 
						|
     types: [created] 
 | 
						|
   pull_request_comment:
 | 
						|
   
 | 
						|
 | 
						|
jobs: 
 | 
						|
  Dump Gitea Context: 
 | 
						|
    runs-on: ubuntu-latest
 | 
						|
    steps:
 | 
						|
      - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." |