Skip to content

Commit

Permalink
ci: update some desc
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Jul 29, 2023
1 parent 11b77f5 commit 94fb38c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/automatic_review.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Submit to plugin marketplace
description: Submit your plugin to be automatically validated and published on the marketplace.
title: '[Submission]: '
title: '[Plugin]: '
assignees: []
body:
- type: markdown
Expand All @@ -10,8 +10,8 @@ body:
- type: input
attributes:
label: AliceBot plugin repository name
description: Provide the plugin repository name for your plugin.
placeholder: idealeap/bumpBot
description: Provide the plugin repository pyproject toml URL for your plugin.
placeholder: https://raw.githubusercontent.com/AliceBotProject/alicebot/master/pyproject.toml
validations:
required: true
- type: markdown
Expand All @@ -22,7 +22,7 @@ body:
attributes:
label: Terms of services
options:
- label: I accept the [term of services](xxx)
- label: I accept the [term of services](https://github.com/AliceBotProject/alicebot)
validations:
required: true
- type: markdown
Expand Down
3 changes: 2 additions & 1 deletion .github/actions-scripts/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ async function run() {
"author": parsed.project.authors[0].name,
"pip": parsed.project.name,
"vertified": false,
"type": "plugin"
"type": "plugin",
"update_time": new Date().toISOString().replace(/T/, ' ').replace(/\..+/, ''),//标准中国时间
}
console.log(content);
setOutput('validation_output',JSON.stringify(content))
Expand Down

0 comments on commit 94fb38c

Please sign in to comment.