-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Correctly ignore depandabot branches during push #4077
Merged
peterzhuamazon
merged 4 commits into
opensearch-project:main
from
peterzhuamazon:opensearch-gradle-check-ingore-fix-2
Aug 3, 2022
Merged
Correctly ignore depandabot branches during push #4077
peterzhuamazon
merged 4 commits into
opensearch-project:main
from
peterzhuamazon:opensearch-gradle-check-ingore-fix-2
Aug 3, 2022
Conversation
This file contains 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
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
peterzhuamazon
added
backport 1.x
backport 2.x
Backport to 2.x branch
backport 2.0
Backport to 2.0 branch
backport 1.3
Backport to 1.3 branch
backport 2.1
labels
Aug 1, 2022
VachaShah
approved these changes
Aug 1, 2022
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
…heck-ingore-fix-2
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
…heck-ingore-fix-2
Gradle Check (Jenkins) Run Completed with:
|
…heck-ingore-fix-2
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #4077 +/- ##
============================================
- Coverage 70.61% 70.54% -0.07%
- Complexity 56983 56995 +12
============================================
Files 4595 4595
Lines 274234 274234
Branches 40181 40181
============================================
- Hits 193638 193466 -172
- Misses 64342 64503 +161
- Partials 16254 16265 +11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
kartg
approved these changes
Aug 3, 2022
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Aug 3, 2022
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> (cherry picked from commit 27c5493)
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Aug 3, 2022
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> (cherry picked from commit 27c5493)
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Aug 3, 2022
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> (cherry picked from commit 27c5493)
This was referenced Aug 3, 2022
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Aug 3, 2022
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> (cherry picked from commit 27c5493)
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Aug 3, 2022
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> (cherry picked from commit 27c5493)
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Aug 3, 2022
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> (cherry picked from commit 27c5493)
kartg
pushed a commit
that referenced
this pull request
Aug 4, 2022
kartg
pushed a commit
that referenced
this pull request
Aug 5, 2022
kartg
pushed a commit
that referenced
this pull request
Aug 5, 2022
kartg
pushed a commit
that referenced
this pull request
Aug 5, 2022
Rishikesh1159
pushed a commit
that referenced
this pull request
Oct 6, 2022
Rishikesh1159
pushed a commit
that referenced
this pull request
Oct 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport 1.x
backport 1.3
Backport to 1.3 branch
backport 2.x
Backport to 2.x branch
backport 2.0
Backport to 2.0 branch
backport 2.1
backport 2.2
Backport to 2.2 branch
bug
Something isn't working
CI
CI related
cicd
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.
Signed-off-by: Peter Zhu zhujiaxi@amazon.com
Description
Correctly ignore depandabot branches during push.
Per github document the single
*
will not ignore additional/
if the branch name includes it.https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
In this PR the branch name is:
dependabot/gradle/com.diffplug.spotless-6.9.0
thus ignore rule.#4065
Thanks.
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.