alpha
Login
or
Join now
dunkirk.sh
/
smokie
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: make repo not optional
author
Kieran Klukas
date
1 year ago
(May 5, 2025, 12:34 AM -0400)
commit
40858f3a
40858f3a3689cedd3bc11e48d6279fe3fd170f5d
parent
e2e192ce
e2e192ce37fe65fbd9f6f22e1c6f139ce035fb48
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
features
takes
handlers
settings.ts
+2
-2
src/features/takes/handlers/settings.ts
Reviewed
···
130
130
{
131
131
type: "input",
132
132
block_id: "repo_link",
133
133
-
optional: true,
133
133
+
optional: false,
134
134
label: {
135
135
type: "plain_text",
136
136
text: "Repository Link",
···
141
141
initial_value: initialValues.repo_link,
142
142
placeholder: {
143
143
type: "plain_text",
144
144
-
text: "Optional: Add a link to your repository",
144
144
+
text: "Add a link to your repository",
145
145
},
146
146
},
147
147
},