Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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
9 changes: 7 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -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"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name must be unique, namespacing is recommended (hence Coder prefix). This better maps to coder/create-task as well.

description: "Create a Coder Task for a GitHub user, with support for issue commenting"
author: "Coder Technologies Inc. <https://coder.com>"

branding:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

icon: arrow-down-circle
color: purple

inputs:
# Required inputs
Expand Down
Loading