Add action to automatically sync master to dev when code is pushed to master

Add in a release.yml to ignore github-actions author  when auto-generating release notes

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2022-01-10 20:07:44 +00:00
parent 363e2f10bb
commit f1245685dc
2 changed files with 35 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
changelog:
exclude:
labels:
- internal
authors:
- dependabot
- github-actions