This is an automated email from the ASF dual-hosted git repository.
mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 8c266b9fbb enable branch protection for master.
new 5f14ef63b5 Merge pull request #4785 from mbien/asf-repo-settings
8c266b9fbb is described below
commit 8c266b9fbb4451e5041157f1a1f7c0f0825bc8c2
Author: Michael Bien <[email protected]>
AuthorDate: Thu Oct 13 13:12:32 2022 +0200
enable branch protection for master.
---
.asf.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 5a795c4fd0..acf7b7bf61 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# doc:
https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
github:
description: "Apache NetBeans"
homepage: https://netbeans.apache.org/
@@ -31,6 +33,10 @@ github:
squash: true
merge: true
rebase: true
+ protected_branches:
+ # no force push to master
+ master: {}
+
notifications:
commits: [email protected]
issues: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists