-
Notifications
You must be signed in to change notification settings - Fork 56
Trigger packit only for specific package in monorepo #2850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
betulependule
wants to merge
14
commits into
packit:main
Choose a base branch
from
betulependule:comment-monorepo-argument
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
8807b89
Trigger packit only for specific package in monorepo
betulependule 92a6044
Refine PR comment parser
betulependule f8e4f5d
Add mention of stg instances (for generated help message)
betulependule 2305a8e
Use RawTextHelpFormatter when generating argparse help message
betulependule c7c984d
Apply formatting suggestions from code review
betulependule 7fe21c7
Introduce ParsedComment class
betulependule c99e956
Apply suggestions from code review
betulependule c971206
Reduce code duplication
betulependule 108df99
Fix type hint and docstring of parse_comment
betulependule 4899399
Remove dead code
betulependule 6df3d8c
Remove unused variable to satisfy ruff
betulependule b7f8a6f
Imrove filtering logic for monorepo_package
betulependule 5ce9151
Remove unnecessary newlines
betulependule 179c606
Fix failing test because of unrecognized argument `headers`
betulependule File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,6 +17,17 @@ | |
| DOCS_VALIDATE_CONFIG = f"{DOCS_URL}/cli/config/validate" | ||
| DOCS_VALIDATE_HOOKS = "https://packit.dev/posts/pre-commit-hooks#validate-config" | ||
|
|
||
| HELP_COMMENT_PROG = "/packit | /packit-stg" | ||
| HELP_COMMENT_PROG_FEDORA_CI = "/packit-ci | /packit-ci-stg" | ||
| HELP_COMMENT_DESCRIPTION = "" | ||
| HELP_COMMENT_EPILOG = ( | ||
| f"Documentation: {DOCS_URL}\n" | ||
| "Contact:\n" | ||
| " Email: [email protected]\n" | ||
| " Matrix: #packit:fedora.im\n" | ||
| " Mastodon: @[email protected]" | ||
| ) | ||
|
|
||
| KOJI_PRODUCTION_BUILDS_ISSUE = "https://pagure.io/releng/issue/9801" | ||
|
|
||
| SANDCASTLE_WORK_DIR = "/tmp/sandcastle" | ||
|
|
||
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.