We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac220e commit 5392d86Copy full SHA for 5392d86
.github/workflows/auto-merge.yml
@@ -26,14 +26,9 @@ jobs:
26
# Cherry pick new changes from main, except for version bumps.
27
# A commit is a version bump IFF it touches third_party/prebuilt/repo
28
DONT_PICK=$(cat <<EOF
29
- d44ad7d9824aa0f073ce3c53e79361ae0f030d3b
30
- 1a4ed56e3dc43f1d075fb2fa1f9f12f29bcd43cd
31
- c65ac57cad85f38b314414489a53a7fcff414c8c
32
- 3ea749001abc37d4253e58be1861f17222091605
33
- 17d03d52f3c303da886bd0a9e82a5696ebbe825b
34
- ba2bee790da28056c30b0bc30f22c36e83cb7e68
35
- f52eef6634a8dcbfca6a335966464702ffbcb3b9
36
- dd5a919a0c7d78c5b98ca856339de915cab2ed38
+ 4ac220e3d98429ccb70984bc3b7aa34b403a5af1
+ 13592a7600b6da335242cc98608daadddd036c3d
+ a85b287d34279ac766b305ea369a9b549bfc25ac
37
EOF
38
)
39
git config --global user.email "[email protected]"
0 commit comments