Skip to content

Commit 40eee99

Browse files
committed
chore: add username and icon_url for dependabot notifications in workflow
1 parent 875df5b commit 40eee99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/contrib.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
run: |
6363
curl -X POST -H 'Content-type: application/json' \
6464
--data '{
65+
"username": "dependabot",
66+
"icon_url": "https://avatars.githubusercontent.com/u/27347476",
6567
"blocks": [
6668
{
6769
"type": "header",

0 commit comments

Comments
 (0)