diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..8055110 --- /dev/null +++ b/action.yml @@ -0,0 +1,8 @@ +name: "Issue Bulk Labeler" +description: "Issue Bulk Labeler" +runs: + using: "docker" + image: "Dockerfile" +branding: + icon: "tag" + color: "green"