Skip to content

Commit

Permalink
feat: Added missing icons and package-info (#9)
Browse files Browse the repository at this point in the history
* Implement github plugin

* Implement github plugin

* fix: Apply suggestions from code review

* Added package-info.java and icons

---------

Co-authored-by: Loïc Mathieu <[email protected]>
  • Loading branch information
iNikitaGricenko and loicmathieu authored Jul 16, 2024
1 parent 3fea0d2 commit 3c736fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/io/kestra/plugin/github/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@PluginSubGroup(
description = "This sub-group of plugins contains tasks for using a GitHub API.",
categories = PluginSubGroup.PluginCategory.OTHER
)
package io.kestra.plugin.github;

import io.kestra.core.models.annotations.PluginSubGroup;
1 change: 1 addition & 0 deletions src/main/resources/icons/io.kestra.plugin.github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/main/resources/icons/plugin-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c736fc

Please sign in to comment.