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 dba070e commit e21be8bCopy full SHA for e21be8b
.github/workflows/auto-merge.yml
@@ -40,7 +40,7 @@ jobs:
40
VERSION_BUMPS=$(git log $MERGE_BASE..origin/main --pretty=%H --grep UPDATE_KOTLIN_VERSION)
41
TO_PICK=$(grep -Fxv -f <(echo "$PICKED"; echo "$VERSION_BUMPS"; echo "$DONT_PICK") <(echo "$CANDIDATES") | awk '{a[i++]=$0} END {for (j=i-1; j>=0;) print a[j--] }')
42
echo Picking $TO_PICK
43
- if [ -n "$TO_PICK" ]; then git cherry-pick -x $TO_PICK; fi
+ if [ -n "$TO_PICK" ]; then git cherry-pick -x --allow-empty $TO_PICK; fi
44
45
- name: Setup Java 17
46
uses: actions/[email protected]
0 commit comments