We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e995ff commit 85ba69eCopy full SHA for 85ba69e
scripts/build/get-plugin-id.sh
@@ -14,7 +14,7 @@ get_plugin_id() {
14
local plugin_id
15
16
plugin_id=$(git -C "$repo_path" log --format='%H %ae' --reverse 2>/dev/null \
17
- | grep -Fv '81448108+shdwmtr@users.noreply.github.com' \
+ | grep -Fv -e '81448108+shdwmtr@users.noreply.github.com' -e 'millennium[bot]@noreply.steambrew.app' \
18
| head -1 | cut -d' ' -f1 | tr -d '\n')
19
20
# Fallback to root commit if all commits are from the template bot
0 commit comments