1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-16 19:44:05 +02:00

Remove the new_icons.png and update CONTRIBUTING.md

This commit is contained in:
Thomas Bui
2020-10-15 21:32:55 -07:00
parent bfe1569904
commit 4854e827b8
2 changed files with 17 additions and 0 deletions

View File

@@ -38,3 +38,20 @@ jobs:
with:
name: new_icons
path: ./new_icons.png
- name: Pull Request Add Comment
uses: actions/github-script@0.3.0
env:
message: >
Hi! I'm Devicons' GitHub Actions Bot!
I just peeked at the icons that you wanted to add and upload them to the
[Actions page](https://github.com/devicons/devicon/actions). The maintainers
will now take a look at it and decide whether to merge your PR.
Cheers :),
Bot
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const { issue: { number: pr_number }, repo: { owner, repo } } = context;
github.issues.createComment({ pr_number, owner, repo, body: '$message' });

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB