We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c0d46 commit a8d78fdCopy full SHA for a8d78fd
1 file changed
.github/actions/build-alpha-release-notes/action.yml
@@ -28,7 +28,8 @@ runs:
28
echo
29
git log "${{ inputs.latest-tag }}..HEAD" \
30
--oneline \
31
- --no-merges
+ --no-merges \
32
+ --author='^(?!github-actions\[bot\]|dependabot\[bot\]).*$'
33
} > docs/release.md
34
- name: Upload UI artifact
35
uses: actions/upload-artifact@v4
0 commit comments