You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/02/05 10:15:49 UTC

[maven-wrapper] branch gh-v2 created (now dc2c208)

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a change to branch gh-v2
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git.


      at dc2c208  Don't ignore dependabot branches for shared GH v2

This branch includes the following new commits:

     new dc2c208  Don't ignore dependabot branches for shared GH v2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-wrapper] 01/01: Don't ignore dependabot branches for shared GH v2

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch gh-v2
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git

commit dc2c2082184fbb4e7c9c6b4fa08839322f7f1222
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat Feb 5 11:11:51 2022 +0100

    Don't ignore dependabot branches for shared GH v2
    
    From v2 for shared GitHub Action duplicate build on PR are skipped in script,
    so we shouldn't ignore dependabot branches
---
 .github/workflows/maven-verify.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index 75a005a..d2315b6 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -19,8 +19,6 @@ name: Verify
 
 on:
   push:
-    branches-ignore:
-      - dependabot/**
   pull_request:
 
 jobs: