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 14:59:14 UTC

[db-jdo-site] branch adjust-branch-protection-2 created (now 9ae1f85)

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.


      at 9ae1f85  Revert "Fix branch protection"

This branch includes the following new commits:

     new 9ae1f85  Revert "Fix branch protection"

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.


[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 9ae1f858f6f9e425663ae1232e9510b40b21531b
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: