diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d6085c6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = tab + +[*.{yaml,yml}] +indent_style = space +indent_size = 2 diff --git a/action.yaml b/action.yaml index 6d3c640..ce3b9dc 100644 --- a/action.yaml +++ b/action.yaml @@ -1,5 +1,10 @@ -name: "Create Coder Task" -description: "Create a Coder task for a GitHub user, with support for issue commenting" +name: "Coder Create Task" +description: "Create a Coder Task for a GitHub user, with support for issue commenting" +author: "Coder Technologies Inc. " + +branding: + icon: arrow-down-circle + color: purple inputs: # Required inputs