-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from jhudsl/config
adding icons to config and fixing PR action
- Loading branch information
Showing
3 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
default: | ||
actions: "<img src='resources/icons/actions.png' alt='actions icon' class = icon>" | ||
collab: "<img src='resources/icons/collaborator.png' alt='collaborator icon' class = icon>" | ||
copy: "<img src='resources/icons/copy.png' alt='copy icon' class = icon>" | ||
dev: "<img src='resources/icons/developer_settings.png' alt='developer settings icon' class = icon>" | ||
edit: "<img src='resources/icons/edit.png' alt='edit icon' class = icon>" | ||
pages: "<img src='resources/icons/pages.png' alt='pages icon' class = icon>" | ||
PR: "<img src='resources/icons/pull_request.png' alt='pull request icon' class = icon>" | ||
profile: "<img src='resources/icons/profile_photo.png' alt='profile photo icon' class = icon>" | ||
token: "<img src='resources/icons/personal_tokens.png' alt='personal access token icon' class = icon>" | ||
search: "<img src='resources/icons/search.png' alt='search icon' class = icon>" | ||
secrets: "<img src='resources/icons/secrets_and_variables.png' alt='secrets and variables icon' class = icon>" | ||
settings: "<img src='resources/icons/settings_gear.png' alt='settings gear icon' class = icon>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters