Skip to content

Commit 3b0c10c

Browse files
Modifies files work for PR events - monorepo support
1 parent 43911ba commit 3b0c10c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_docs/configure-ci-cd-pipeline/triggers/git-triggers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ files affected by a commit are in a specific folder (or match a specific naming
145145
you can have a big GIT repository with multiple projects and build only the parts that actually change.
146146

147147
>Currently the field *modified files* is available only for GitHub, GitLab and Bitbucket SAAS repositories, since they are the only GIT providers
148-
that send this information in the webhook. We will support other GIT providers as soon as they add the respective feature. Also, the *modified files* field is only available for push events (i.e. not PR open events), since GIT providers only send it on these events.
148+
that send this information in the webhook. We will support other GIT providers as soon as they add the respective feature.
149149

150150
### Using the Modified files field to constrain triggers to specific folder/files
151151

_docs/whats-new/whats-new.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ toc: true
1010
## Upcoming Changes:
1111

1212
- New platform IP addresses - [documentation]({{site.baseurl}}/docs/administration/platform-ip-addresses/)
13-
- *Modified Files filter on triggers for Pull request events*: Available March 1st
14-
The Modified Files filter will now work on triggers triggered by Pull Request events. Notice: this might cause unexpected behavior if you have a trigger that is triggered by both Pull Request and Commit events with a Modified Files filter set. Previously the Modified Files filter would be ignored for Pull Request events. If you need different filters for Pull Requests and Commit events, we recommend you separate the trigger.
15-
1613

1714
## Recent Codefresh Updates:
1815

16+
### March 2021
17+
18+
- The [Modified Files filter]({{site.baseurl}}/docs/configure-ci-cd-pipeline/triggers/git-triggers/#monorepo-support-modified-files) will now work on triggers triggered by Pull Request events. Notice: this might cause unexpected behavior if you have a trigger that is triggered by both Pull Request and Commit events with a Modified Files filter set. Previously the Modified Files filter would be ignored for Pull Request events. If you need different filters for Pull Requests and Commit events, we recommend you separate the trigger.
19+
1920
### February 2021
2021

2122

0 commit comments

Comments
 (0)