Skip to content

Commit 321f73f

Browse files
authored
[chore] recover issue buttom in asf.yaml (#17076)
we need to explicitly declare issue to avoid issue disable by asf ref * https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#repository-features * #17075
1 parent acda7fe commit 321f73f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.asf.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ github:
5454
dismiss_stale_reviews: true
5555
required_approving_review_count: 2
5656
features:
57+
# Enable issues management
58+
issues: true
59+
# Enable projects for project management boards
60+
projects: false
61+
# Enable wiki for documentation
62+
wiki: false
63+
# Enable discussions
5764
discussions: true
5865

5966
notifications:

0 commit comments

Comments
 (0)