You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by to...@apache.org on 2021/03/19 15:01:48 UTC

[db-jdo-site] branch adjust-branch-protection-2 updated (9ae1f85 -> fe1bd68)

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

tobous pushed a change to branch adjust-branch-protection-2
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git.


 discard 9ae1f85  Revert "Fix branch protection"
    omit 0f4f650  Adjust branch protection to use previous name
     add 152ab85  Adjust branch protection to use previous name
     new fe1bd68  Revert "Fix branch protection"

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9ae1f85)
            \
             N -- N -- N   refs/heads/adjust-branch-protection-2 (fe1bd68)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:

[db-jdo-site] 01/01: Revert "Fix branch protection"

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

tobous pushed a commit to branch adjust-branch-protection-2
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git

commit fe1bd68b2253cdbf65b979c1a2d29f93bbe20774
Author: Tobias Bouschen <to...@googlemail.com>
AuthorDate: Fri Mar 19 15:57:46 2021 +0100

    Revert "Fix branch protection"
    
    This reverts commit e5def6b2a20602562f346b14eb5d3f01d2b8a735.
    
    This fix was necessary to allow us to merge pull requests. Now that the
    configuration has been updated, the nicer action name should be
    restored.
---
 .github/workflows/build-site.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml
index a8fee73..3559139 100644
--- a/.github/workflows/build-site.yml
+++ b/.github/workflows/build-site.yml
@@ -1,7 +1,7 @@
 # Builds the site
 #
 # This job builds the website for pull requests to ensure that the PR does not break the build
-name: build-site
+name: Build Site
 
 # Conditions necessary to trigger a build
 on:
@@ -9,6 +9,7 @@ on:
 
 jobs:
   build-site:
+    name: Build Site
     runs-on: ubuntu-latest
     defaults:
       run: