Skip to content

Commit

Permalink
Release 44 new icons and 12 updated icons (v9.8.0)
Browse files Browse the repository at this point in the history
# New Icons

- Adroll (#9040)
- Airbrake.io (#8976)
- Alteryx (#9008)
- Amazon Identity Access Management (#8739)
- Apifox (#9123)
- BentoML (#9056)
- BisectHosting (#9027)
- Bombardier (#9029)
- Brevo (#9075)
- bspwm (#9025)
- Chatwoot (#7005)
- Creality (#9130)
- EasyEDA (#9135)
- F# (#9011)
- Google Docs (#8981)
- Google Forms (#9080)
- HashiCorp (#9037)
- Intuit (#9032)
- IRIS (#5796)
- Jovian (#8989)
- Miraheze (#9054)
- NBC (#5431)
- NgRx (#9082)
- Open Source Hardware (#9125)
- Opera GX (#8750)
- Palo Alto Networks (#9038)
- Paychex (#8998)
- Pearson (#9030)
- Phoenix Framework (#9007)
- Podcast Index (#9100)
- PythonAnywhere (#9033)
- Qlik (#8964)
- Radix UI (#9079)
- remark (#9022)
- Sage (#9031)
- Semrush (#9036)
- SST (#9063)
- Stryker (#7388)
- SVG.js (#9083)
- Thangs (#9023)
- Thurgauer Kantonalbank (#9012)
- Tina (#9097)
- Voron Design (#8961)
- Zod (#9078)

# Updated Icons

- Arduino (#9145)
- Bose (#9144)
- Zendesk (#9124)
- Zenn (#9124)
- Zerply (#9124)
- Zettlr (#9124)
- Zig (#9124)
- Zigbee (#9124)
- Zilch (#9124)
- ZincSearch (#9124)
- Zingat (#9124)
- Zorin (#9124)
  • Loading branch information
mondeja authored Jul 30, 2023
2 parents 8f32feb + 4dfd9a6 commit 64a2035
Show file tree
Hide file tree
Showing 90 changed files with 423 additions and 131 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-labels-priority.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- id: get-si-members
name: Get simple-icons members
run: |
members="$(curl --retry 5 -s https://api.github.com/orgs/simple-icons/members | jq .[].login | tr '\n' ',' | sed -e 's/"//g' -e 's/,$//')"
members="$(curl -H 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' --retry 5 -s https://api.github.com/orgs/simple-icons/members | jq .[].login | tr '\n' ',' | sed -e 's/"//g' -e 's/,$//')"
echo "members=$members" >> $GITHUB_OUTPUT
- id: get-linked-issues
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
if: |
contains(steps.get-labels.outputs.labels, 'new icon') &&
join(steps.get-linked-issues.outputs.issues) != '' &&
contains(steps.get-si-members.outputs.members, github.event.actor.login) == false
contains(steps.get-si-members.outputs.members, github.event.pull_request.user.login) == false
with:
project: https://github.com/orgs/simple-icons/projects/2
column_name: Priority 2
Expand Down
12 changes: 2 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Remove dark theme images from README
uses: mondeja/strip-gh-theme-links@v4
with:
files: README.md
keep: light
strict: true
run: npm run strip-theme-link
- name: Install dependencies
run: npm i
- name: Build NodeJS package
Expand All @@ -78,11 +74,7 @@ jobs:
export PACKAGE_VERSION=$(cat package.json | grep 'version' | sed 's/[ \",:]//g' | sed 's/version//')
echo "::set-output name=version::$PACKAGE_VERSION"
- name: Remove dark theme images from README
uses: mondeja/strip-gh-theme-links@v4
with:
files: README.md
keep: light
strict: true
run: npm run strip-theme-link
- name: Configure GIT credentials
run: |
git config user.name "${GITHUB_ACTOR}"
Expand Down
60 changes: 30 additions & 30 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 64a2035

Please sign in to comment.