Skip to content

Conversation

@promptless
Copy link
Contributor

@promptless promptless bot commented Feb 2, 2026

Open this suggestion in Promptless to view citations and reasoning process

Updates documentation to reflect that auto-merge is now only available for GitHub commit triggers:

  • GitHub PRs page: Removed auto-merge mention since it's no longer available for PR triggers
  • GitHub Commits page: Added new "Auto-merge Mode" section documenting the feature and its use cases
  • Triggers overview: Clarified auto-merge is for commit triggers with link to GitHub Commits page
  • Doc Collections page: Updated to specify auto-merge is for commit triggers

Trigger Events

Promptless/promptless PR #1932: Automerge only allowed for commit triggers

Promptless Research (1 GitHub PR)

Agent Response

I've completed all the documentation updates for this PR. Here's what I've done:

Summary

New Documentation Suggestion

Clarify auto-merge is only available for commit triggers

Updated 4 documentation files to reflect that auto-merge is now only available for GitHub commit triggers:

File Change
triggers/github-prs.md Removed auto-merge bullet point since it's no longer available for PR triggers
triggers/github-commits.md Added new "Auto-merge Mode" section documenting the feature and use cases
triggers.md Added clarification that auto-merge is for commit triggers with link
doc-collections/github-repos.md Updated bullet point to specify auto-merge is for commit triggers

Updated Existing Changelog Suggestion

January 2026 Changelog

Added an Improvements entry:

Auto-Merge Restricted to Commit Triggers: Auto-merge is now only available for GitHub commit triggers. If you had auto-merge enabled for PR or other trigger types, it's been automatically disabled—re-enable it in project settings if needed.


Both suggestions include citations linking back to PR #1932 for reviewer context.


Help us improve Promptless — If this suggestion missed the mark, please share quick feedback.

If you want Promptless to make further changes on this PR, feel free to leave a comment tagging Promptless (It won't show up in the user drop down but Promptless will get it!)

- **Direct-to-Main Workflows**: Support teams that commit directly to main branches
- **Automated Updates**: Trigger documentation updates from automated commit processes

## Auto-merge Mode
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: PR #1932 restricts auto-merge option to only be shown for github_commit trigger types in EditProjectModal.tsx and NewProjectModal.tsx. The UI now conditionally renders the auto-merge checkbox with {editedProject.trigger_type === 'github_commit' && (...)}.
View source

@@ -66,7 +66,6 @@ Learn more about GitHub repository topics in the [GitHub documentation](https://
When auto-publish is enabled for your project:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: PR #1932 removes auto-merge as an option for PR triggers - the auto_merge flag is now automatically set to false when switching to non-commit trigger types.
View source

@adit-chandra
Copy link

@Promptless please try adding a screenshot again

@promptless
Copy link
Contributor Author

promptless bot commented Feb 2, 2026

I've added new changes to address this PR comment in commit 15fecc8

@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant