diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 854a651bcf4e..dc188f681893 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,6 @@ name: "Automated releases" on: + pull_request_review: schedule: # "At 00:00 on Sunday" (https://crontab.guru/once-a-week) - cron: "0 0 * * 0" diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7c5b653390f9..2c2467fcd9f9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -370,6 +370,11 @@ "hex": "EE0000", "source": "https://www.ansible.com/logos" }, + { + "title": "Ansys", + "hex": "FFB71B", + "source": "https://www.ansys.com/about-ansys/brand" + }, { "title": "Antena 3", "hex": "FF7328", @@ -2475,6 +2480,11 @@ "hex": "4285F4", "source": "https://developers.google.com/nearby/developer-guidelines" }, + { + "title": "Google News", + "hex": "174EA6", + "source": "https://partnermarketinghub.withgoogle.com/#/brands/" + }, { "title": "Google Pay", "hex": "4285F4", @@ -3850,6 +3860,11 @@ "hex": "53AC56", "source": "https://www.minetest.net/" }, + { + "title": "Mini", + "hex": "000000", + "source": "https://mini.co.uk" + }, { "title": "Minutemailer", "hex": "3ABFE6", @@ -5250,6 +5265,11 @@ "hex": "009943", "source": "https://en.wikipedia.org/wiki/File:Shenzhen_Metro_Corporation_logo_full.svg" }, + { + "title": "Shikimori", + "hex": "343434", + "source": "https://shikimori.one" + }, { "title": "Shopify", "hex": "7AB55C", @@ -6020,6 +6040,11 @@ "hex": "34E0A1", "source": "https://tripadvisor.mediaroom.com/logo-guidelines" }, + { + "title": "Trove", + "hex": "609540", + "source": "https://trove.nla.gov.au/" + }, { "title": "Trulia", "hex": "53B50A", diff --git a/icons/ansys.svg b/icons/ansys.svg new file mode 100644 index 000000000000..d3cfaf07d6b4 --- /dev/null +++ b/icons/ansys.svg @@ -0,0 +1 @@ +Ansys icon \ No newline at end of file diff --git a/icons/googlenews.svg b/icons/googlenews.svg new file mode 100644 index 000000000000..99aa8b470750 --- /dev/null +++ b/icons/googlenews.svg @@ -0,0 +1 @@ +Google News icon \ No newline at end of file diff --git a/icons/mini.svg b/icons/mini.svg new file mode 100644 index 000000000000..66b8cfa39826 --- /dev/null +++ b/icons/mini.svg @@ -0,0 +1 @@ +Mini icon \ No newline at end of file diff --git a/icons/shikimori.svg b/icons/shikimori.svg new file mode 100644 index 000000000000..40c2c550f4f6 --- /dev/null +++ b/icons/shikimori.svg @@ -0,0 +1 @@ +Shikimori icon diff --git a/icons/trove.svg b/icons/trove.svg new file mode 100644 index 000000000000..62272f7f7ad0 --- /dev/null +++ b/icons/trove.svg @@ -0,0 +1 @@ +Trove icon \ No newline at end of file