We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65af7b9 + 6bb7418 commit 140a9d5Copy full SHA for 140a9d5
pr-sync/index.ts
@@ -25,7 +25,7 @@ async function main() {
25
const owningTeams = core.getInput('owning-teams', { required: false });
26
const token = core.getInput('github-token', { required: true });
27
const shouldAutoAssign =
28
- core.getInput('auto-assign', { required: false }) ?? true;
+ core.getBooleanInput('auto-assign', { required: false }) ?? true;
29
30
const userClient = github.getOctokit(token);
31
const client = createAppClient();
0 commit comments