Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,3 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.dev-lead/
.dev-lead/
.dev-lead/
.dev-lead/
.dev-lead/
.dev-lead/
4 changes: 2 additions & 2 deletions scripts/apply-repo-settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ PAYLOAD
info "Configuring check-suite preferences for $ORG/$REPO ..."

if [ "$DRY_RUN" = true ]; then
skip "DRY_RUN — would PATCH repos/$ORG/$REPO/check-suite/preferences:"
skip "DRY_RUN — would PATCH repos/$ORG/$REPO/check-suites/preferences:"
echo "$CHECK_SUITE_PAYLOAD" | jq '.'
else
echo "$CHECK_SUITE_PAYLOAD" | gh api -X PATCH "repos/$ORG/$REPO/check-suite/preferences" --input - > /dev/null
echo "$CHECK_SUITE_PAYLOAD" | gh api -X PATCH "repos/$ORG/$REPO/check-suites/preferences" --input - > /dev/null
ok "check-suite auto-trigger disabled for Claude (ID=$CLAUDE_APP_ID) and CodeRabbit (ID=$CODERABBIT_APP_ID)"
fi

Expand Down
Loading