From 479ead52e6a56ff13921ef06848e0832b5e51100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 4 Jul 2020 19:37:15 +0200 Subject: [PATCH] Enhancement: Synchronize with ergebnis/php-library-template --- .github/dependabot.yml | 2 +- .github/settings.yml | 14 +++++++------- .github/workflows/integrate.yaml | 2 +- .github/workflows/prune.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/renew.yaml | 2 +- .github/workflows/triage.yaml | 2 ++ 7 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c6a7b337..eb22ef0e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates +# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 diff --git a/.github/settings.yml b/.github/settings.yml index 7f9b6d81..c77f5d75 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -3,8 +3,8 @@ branches: - name: "main" - # https://developer.github.com/v3/repos/branches/#remove-branch-protection - # https://developer.github.com/v3/repos/branches/#update-branch-protection + # https://docs.github.com/en/rest/reference/repos#delete-branch-protection + # https://docs.github.com/en/rest/reference/repos#update-branch-protection protection: enforce_admins: false @@ -34,7 +34,7 @@ branches: strict: false restrictions: - # https://developer.github.com/v3/repos/branches/#parameters-1 + # https://docs.github.com/en/rest/reference/repos#list-branches--parameters # Note: User, app, and team restrictions are only available for organization-owned repositories. # Set to null to disable when using this configuration for a repository on a personal account. @@ -44,8 +44,8 @@ branches: users: - "ergebnis-bot" -# https://developer.github.com/v3/issues/labels/#create-a-label -# https://developer.github.com/v3/issues/labels/#update-a-label +# https://docs.github.com/en/rest/reference/issues#create-a-label +# https://docs.github.com/en/rest/reference/issues#update-a-label labels: - name: "bug" @@ -76,7 +76,7 @@ labels: color: "eeeeee" description: "" -# https://developer.github.com/v3/repos/#edit +# https://docs.github.com/en/rest/reference/repos#update-a-repository repository: allow_merge_commit: true @@ -94,6 +94,6 @@ repository: name: "json-normalizer" private: false - # https://developer.github.com/v3/repos/branches/#remove-branch-protection + # https://docs.github.com/en/rest/reference/repos#replace-all-repository-topics topics: "json, normalizer" diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 6f1c8041..7b5f9313 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -1,4 +1,4 @@ -# https://help.github.com/en/categories/automating-your-workflow-with-github-actions +# https://docs.github.com/en/actions name: "Integrate" diff --git a/.github/workflows/prune.yaml b/.github/workflows/prune.yaml index 99a34217..6c923bc1 100644 --- a/.github/workflows/prune.yaml +++ b/.github/workflows/prune.yaml @@ -1,4 +1,4 @@ -# https://github.com/actions/stale +# https://docs.github.com/en/actions name: "Prune" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c4b97e21..3d215958 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -# https://help.github.com/en/categories/automating-your-workflow-with-github-actions +# https://docs.github.com/en/actions name: "Release" diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index 0d478096..2da38a23 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -1,4 +1,4 @@ -# https://help.github.com/en/categories/automating-your-workflow-with-github-actions +# https://docs.github.com/en/actions name: "Renew" diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index 10688d0a..f8afb6d0 100644 --- a/.github/workflows/triage.yaml +++ b/.github/workflows/triage.yaml @@ -1,3 +1,5 @@ +# https://docs.github.com/en/actions + name: "Triage" on: # yamllint disable-line rule:truthy