From 7617018cbf55aa59d2ebfda023b15ac17fd76d1a Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Tue, 18 Nov 2025 12:15:57 +0000 Subject: [PATCH 1/3] chore: update action.yaml and add .editorconfig --- .editorconfig | 12 ++++++++++++ action.yaml | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .editorconfig 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..a1d5dc7 100644 --- a/action.yaml +++ b/action.yaml @@ -1,5 +1,6 @@ name: "Create Coder Task" -description: "Create a Coder task for a GitHub user, with support for issue commenting" +description: "Create a Coder Task for a GitHub user, with support for issue commenting" +author: "Coder Technologies Inc. " inputs: # Required inputs From 58b1915f30d062d5ede03b48e782ac9b1703c98e Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Tue, 18 Nov 2025 12:19:03 +0000 Subject: [PATCH 2/3] add branding too --- action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yaml b/action.yaml index a1d5dc7..d14d4c0 100644 --- a/action.yaml +++ b/action.yaml @@ -2,6 +2,10 @@ name: "Create Coder 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 coder-task-prompt: From 617406636b74fa5f2754d6a58642a39998ad6215 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Tue, 18 Nov 2025 12:21:45 +0000 Subject: [PATCH 3/3] change name --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index d14d4c0..ce3b9dc 100644 --- a/action.yaml +++ b/action.yaml @@ -1,4 +1,4 @@ -name: "Create Coder Task" +name: "Coder Create Task" description: "Create a Coder Task for a GitHub user, with support for issue commenting" author: "Coder Technologies Inc. "