docs: Document automatic skipping of dot-file-only PRs#251
Open
promptless[bot] wants to merge 1 commit intomainfrom
Open
docs: Document automatic skipping of dot-file-only PRs#251promptless[bot] wants to merge 1 commit intomainfrom
promptless[bot] wants to merge 1 commit intomainfrom
Conversation
| Promptless automatically skips draft pull requests. Documentation updates are only triggered when the pull request is marked as ready for review. | ||
| </Warning> | ||
|
|
||
| ## Configuration Files and dot-Directories |
Contributor
Author
There was a problem hiding this comment.
Citation: Based on PR #1991 which adds _is_dot_path() helper and dot-file check in GithubTrigger.should_skip_agent_run(). Context: a customer's repo had 28 PRs containing only .beads/issues.jsonl files that were being incorrectly processed.
View source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Adds a new "Configuration Files and Dot-Directories" section to the GitHub PRs trigger page explaining that Promptless automatically skips PRs that only contain changes to dot-directories (
.github/,.circleci/,.beads/) or root-level dot-files (.gitignore,.editorconfig). Clarifies that PRs with a mix of dot-files and regular files are still processed normally.Trigger Events
Promptless/promptless PR #1991: feat: skip triggers when PR only touches dot-files
Promptless Research (1 GitHub PR)
Agent Response
Tip: Configure how Promptless handles changelogs in Agent Settings 📋