Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Update DONT_PICK #2283

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ jobs:
# Cherry pick new changes from main, except for version bumps.
# A commit is a version bump IFF it touches third_party/prebuilt/repo
DONT_PICK=$(cat <<EOF
d44ad7d9824aa0f073ce3c53e79361ae0f030d3b
1a4ed56e3dc43f1d075fb2fa1f9f12f29bcd43cd
c65ac57cad85f38b314414489a53a7fcff414c8c
3ea749001abc37d4253e58be1861f17222091605
17d03d52f3c303da886bd0a9e82a5696ebbe825b
ba2bee790da28056c30b0bc30f22c36e83cb7e68
f52eef6634a8dcbfca6a335966464702ffbcb3b9
dd5a919a0c7d78c5b98ca856339de915cab2ed38
4ac220e3d98429ccb70984bc3b7aa34b403a5af1
13592a7600b6da335242cc98608daadddd036c3d
a85b287d34279ac766b305ea369a9b549bfc25ac
EOF
)
git config --global user.email "kotlin-symbol-processing@google.com"
Expand Down
Loading