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 d709c12 commit 61fdbe2Copy full SHA for 61fdbe2
.github/workflows/update.yml
@@ -142,7 +142,7 @@ jobs:
142
remote="origin/$pr_branch"
143
author_rxp='^github-actions\[bot\] <41898282+github-actions\[bot\]@users\.noreply\.github\.com>$'
144
base=$(git rev-list --author="$author_rxp" --max-count=1 "$remote")
145
- commits=( $(git rev-list "$base..$remote") )
+ commits=( $(git rev-list --reverse "$base..$remote") )
146
if [[ -n "$commits" ]]; then
147
echo "Applying ${#commits[@]} commits..."
148
echo "count=${#commits[@]}" >> $GITHUB_OUTPUT
0 commit comments