From 5b31afa08812922c1411753ee733bf3359ca69d9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 15 Jun 2021 16:03:25 +0200 Subject: [PATCH] chore: normalize repo structure and files --- .github/settings.yml | 14 +++++++++++--- README.md | 14 +++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 5930fab..4421d73 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -46,13 +46,21 @@ labels: color: ffffff description: This will not be worked on +teams: + - name: bot + permission: admin + branches: - name: master protection: required_pull_request_reviews: null required_status_checks: - strict: true + strict: false contexts: - continuous-integration/drone/pr - enforce_admins: null - restrictions: null + enforce_admins: false + restrictions: + apps: + - renovate + teams: + - bot diff --git a/README.md b/README.md index e2a5610..4a11bb5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # retry -[![Build Status](https://drone.owncloud.com/api/badges/owncloud-ci/retry/status.svg)](https://drone.owncloud.com/owncloud-ci/retry/) +[![Build Status](https://img.shields.io/drone/build/owncloud-ci/retry?logo=drone&server=https%3A%2F%2Fdrone.owncloud.com)](https://drone.owncloud.com/owncloud-ci/retry) +[![Docker Hub](https://img.shields.io/docker/v/owncloudci/retry?logo=docker&label=dockerhub&sort=semver&logoColor=white)](https://hub.docker.com/r/owncloudci/retry) +[![GitHub contributors](https://img.shields.io/github/contributors/owncloud-ci/retry)](https://github.com/owncloud-ci/retry/graphs/contributors) [![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/owncloud-ci/retry) -[![License: Apache-2.0](https://img.shields.io/github/license/owncloud-ci/retry)](https://github.com/owncloud-ci/retry/blob/main/LICENSE) +[![License: Apache-2.0](https://img.shields.io/github/license/owncloud-ci/retry)](https://github.com/owncloud-ci/retry/blob/master/LICENSE) Retry any shell command with exponential backoff or constant delay. @@ -10,7 +12,7 @@ Retry any shell command with exponential backoff or constant delay. Install: -retry is a shell script, so drop it somewhere and make sure it's added to your $PATH. Or you can use the following one-liner: +retry is a shell script, so drop it somewhere and make sure it's added to your \$PATH. Or you can use the following one-liner: ```Shell curl -SsL -o /usr/local/bin/retry https://raw.githubusercontent.com/owncloud-ops/retry/master/retry && chmod +x /usr/local/bin/retry" @@ -130,3 +132,9 @@ Passed at attempt 3 ## License This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ci/retry/blob/master/LICENSE) file for details. + +## Copyright + +```Text +Copyright (c) 2021 ownCloud GmbH +```