-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
feat: add file matching to PR generator #19678
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Adam Buran <[email protected]>
🔴 Preview Environment stopped on BunnyshellSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
✅ Preview Environment created on Bunnyshell but will not be auto-deployedSee: Environment Details Available commands (reply to this comment):
|
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the first-time PR!
Before we move forward, I think we need documentation explaining how to use the feature added and it would be good in the PR if you can explain the feature aswell.
Thanks!
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
@todaywasawesome updated with documentation |
Signed-off-by: Michael Crenshaw <[email protected]>
Signed-off-by: aburan28 <[email protected]>
This pull request adds the ability to filter PRs based on whether or not they contain a certain file/directory using regular expressions in the pull request generator. Currently this only supports Github/Gitea/Gitlab only.
This adds a
fileMatch
parameter to the pull request generator.Checklist: