Skip to content

Commit ceb32da

Browse files
authored
Merge pull request #323 from Thomas-Boi/TB_bugFix
Remove the new_icons.png and update CONTRIBUTING.md
2 parents f140e07 + 4854e82 commit ceb32da

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/peek_icons.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,20 @@ jobs:
3838
with:
3939
name: new_icons
4040
path: ./new_icons.png
41+
- name: Pull Request Add Comment
42+
uses: actions/github-script@0.3.0
43+
env:
44+
message: >
45+
Hi! I'm Devicons' GitHub Actions Bot!
46+
47+
I just peeked at the icons that you wanted to add and upload them to the
48+
[Actions page](https://github.com/devicons/devicon/actions). The maintainers
49+
will now take a look at it and decide whether to merge your PR.
50+
51+
Cheers :),
52+
Bot
53+
with:
54+
github-token: ${{ secrets.GITHUB_TOKEN }}
55+
script: |
56+
const { issue: { number: pr_number }, repo: { owner, repo } } = context;
57+
github.issues.createComment({ pr_number, owner, repo, body: '$message' });

new_icons.png

-71.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)