Try again to automate dependabot changelogs (#14017)
* Try again to automate dependabot changelogs * Changelogpull/14019/head
							parent
							
								
									719488dda8
								
							
						
					
					
						commit
						cc8a3582e0
					
				| 
						 | 
				
			
			@ -4,6 +4,12 @@ on:
 | 
			
		|||
    types:
 | 
			
		||||
      - opened
 | 
			
		||||
 | 
			
		||||
permissions:
 | 
			
		||||
  # Needed to be able to push the commit. See 
 | 
			
		||||
  #     https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request
 | 
			
		||||
  # for a similar example
 | 
			
		||||
  contents: write
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  add-changelog:
 | 
			
		||||
    runs-on: 'ubuntu-latest'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
Prototype a workflow to automatically add changelogs to dependabot PRs.
 | 
			
		||||
		Loading…
	
		Reference in New Issue