We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e8882 commit 93c1b05Copy full SHA for 93c1b05
.github/workflows/changelog-ci.yml
@@ -44,18 +44,20 @@
44
# github_token: ${{ secrets.GITHUB_TOKEN }}
45
46
47
-name: Changelog CI
+name: Release Changelog Builder
48
+ uses: mikepenz/release-changelog-builder-action@v4.2.2
49
-on:
50
- pull_request:
51
- types: [ opened ]
+# name: Changelog CI
+# on:
52
+# pull_request:
53
+# types: [ opened ]
54
-jobs:
- build:
55
- runs-on: ubuntu-latest
+# jobs:
56
+# build:
57
+# runs-on: ubuntu-latest
58
- steps:
- - uses: actions/checkout@v2
59
+# steps:
60
+# - uses: actions/checkout@v2
61
- - name: Run Changelog CI
- uses: saadmk11/changelog-ci@v1.1.2
62
+# - name: Run Changelog CI
63
+# uses: saadmk11/changelog-ci@v1.1.2
0 commit comments