Skip to content

Commit e2c2457

Browse files
committed
Major README.md update
1 parent a465352 commit e2c2457

3 files changed

Lines changed: 15 additions & 485 deletions

File tree

.github/workflows/contributors.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ jobs:
4444
- name: Build Gallery HTML
4545
run: |
4646
set -euo pipefail
47-
GALLERY_HTML=""
47+
GALLERY_HTML="<div align=\"center\">"
4848
for USERNAME in $(jq -r '.[]' contributors.json); do
49-
GALLERY_HTML="${GALLERY_HTML}<a href=\"https://github.com/${USERNAME}\"><img src=\"https://github.com/${USERNAME}.png\" width=\"50px\" loading=\"lazy\" title=\"${USERNAME}\" style=\"border-radius:50%;margin:5px;\" alt=\"${USERNAME}\" /></a>"
49+
GALLERY_HTML="${GALLERY_HTML}<a href=\"https://github.com/${USERNAME}\" style=\"display:inline-block;text-decoration:none;color:inherit;margin:6px;\">\n <img src=\"https://github.com/${USERNAME}.png\" width=\"80\" height=\"80\" loading=\"lazy\" title=\"${USERNAME}\" style=\"border-radius:50%;object-fit:cover;border:2px solid #eee;\" alt=\"${USERNAME}\" />\n <div style=\"font-size:12px;margin-top:6px;\">@${USERNAME}</div>\n</a>"
5050
done
51+
GALLERY_HTML="${GALLERY_HTML}</div>"
5152
echo "$GALLERY_HTML" > gallery_fragment.txt
5253
5354
- name: Update README.md

.github/workflows/gssoc-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
owner: context.repo.owner,
4141
repo: context.repo.repo,
4242
issue_number: issueNum,
43-
labels: ["gssoc:accepted"],
43+
labels: ["gssoc:approved"],
4444
});
4545
}

0 commit comments

Comments
 (0)