From 96e5634cbd0b014d42026e275f201d4bed3955bb Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 21 Jul 2022 09:47:55 +0200 Subject: [PATCH] fix worind in readme and adjust repo config --- .github/settings.yml | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 0c13853..cc36a0a 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -52,14 +52,17 @@ branches: strict: false contexts: - continuous-integration/drone/pr - enforce_admins: null + enforce_admins: true + required_linear_history: true restrictions: null - name: docs protection: required_pull_request_reviews: null required_status_checks: null enforce_admins: true + required_linear_history: true restrictions: + apps: [] users: [] teams: - bot diff --git a/README.md b/README.md index e29a131..9c289a2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Drone plugin to add comments to GitHub Issues and Pull Requests [![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/drone-github-comment) [![License: MIT](https://img.shields.io/github/license/thegeeklab/drone-github-comment)](https://github.com/thegeeklab/drone-github-comment/blob/main/LICENSE) -Drone plugin to add comments to GitHub Issues and Pull Requests. You can find the full documentation at You can find the full documentation at [https://drone-plugin-index.geekdocs.de](https://drone-plugin-index.geekdocs.de/plugins/drone-github-comment). +Drone plugin to add comments to GitHub Issues and Pull Requests. You can find the full documentation at [https://drone-plugin-index.geekdocs.de](https://drone-plugin-index.geekdocs.de/plugins/drone-github-comment). ## Contributors