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

add adopters page #1644

Merged
merged 31 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
da4b494
add adopters page and brand carousel to homepage
gdams Mar 29, 2023
281fab0
swtich to using JSON file and write automated bot
gdams Mar 29, 2023
8030516
add how to get listed instructions
gdams Mar 29, 2023
d37817d
merge master
gdams Jun 5, 2023
0a4c445
Merge remote-tracking branch 'upstream/main' into carousel
gdams Jun 5, 2023
a4bf7f0
fixup
gdams Jun 5, 2023
809c254
updates from review
gdams Jun 5, 2023
e141faf
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 2, 2023
a789be3
updates
gdams Aug 2, 2023
8086b90
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 2, 2023
e1d63ad
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 4, 2023
901fb31
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 4, 2023
df01888
add padding to go logo
gdams Aug 7, 2023
a015b98
update schema
gdams Aug 7, 2023
014d831
merge with master
gdams Aug 8, 2023
7aec427
schema fixup
gdams Aug 8, 2023
13f4d4b
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 8, 2023
6c04e06
add more logos
gdams Aug 8, 2023
b5c0be9
make adopters grid 4 columns
gdams Aug 8, 2023
bde4783
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 8, 2023
1c6528c
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 8, 2023
a438923
refactor brand carousel
gdams Aug 9, 2023
28f6f38
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 10, 2023
f43f035
merge master
gdams Aug 15, 2023
57ba797
remove brand carousel
gdams Aug 15, 2023
0daa0ca
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 15, 2023
ba26dc0
merge main
gdams Aug 16, 2023
8c6b8d4
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 17, 2023
abf06b4
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 18, 2023
38f9691
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 21, 2023
9200ec1
Merge remote-tracking branch 'upstream/main' into carousel
gdams Aug 22, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/check-adopters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ADOPTIUM_BOT_TOKEN }}
with:
title: "Update Project Adopters"
title: "Update Temurin Adopters"
body: "This is an automatically generated pull request, it will be automatically merged if all the CI tests pass."
branch: "adopters_bot"
commit-message: "adopters: update temurin adopters"
Expand Down
Loading