Skip to content

Commit 5c29031

Browse files
committed
[common][feat]Update actions
Follow Android official.
1 parent 87f1317 commit 5c29031

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Documentation issue
2+
description: File an issue or make a suggestion for the project documentation
3+
title: "[Documentation]: "
4+
labels: ["documentation"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to improve our documentation!
10+
- type: checkboxes
11+
attributes:
12+
label: Is there an existing issue for this?
13+
description: Please search to see if an issue already exists for the documentation issue you encountered.
14+
options:
15+
- label: I have searched the existing issues
16+
required: true
17+
- type: input
18+
id: page-url
19+
attributes:
20+
label: Page URL (type "NEW" for a new page suggestion)
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: what-needs-improving
25+
attributes:
26+
label: What's the documentation problem or suggestion?
27+
placeholder: Tell us what should be improved!
28+
value: "Docs need improving!"
29+
validations:
30+
required: true
31+
- type: checkboxes
32+
id: terms
33+
attributes:
34+
label: Code of Conduct
35+
description: By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
36+
options:
37+
- label: I agree to follow this project's Code of Conduct
38+
required: true

.github/workflows/issue_manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Issue Manager
22

33
on:
44
schedule:
5-
- cron: "0 0 * * *"
5+
- cron: "0 0 * * 0-4"
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)