We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce432d commit 9af831aCopy full SHA for 9af831a
.github/workflows/bump-changelogs.yml
@@ -0,0 +1,10 @@
1
+name: Update changelogs on galaxy version bump
2
+on:
3
+ push:
4
+ paths:
5
+ - galaxy.yml
6
+ branches:
7
+ - antsibull_changelogs # change before merge
8
+jobs:
9
+ bump-changelogs:
10
+ uses: stackhpc/.github/.github/workflows/antsibull-release.yml@update_changelogs # todo: change to main once merged
0 commit comments