Skip to content

Commit

Permalink
Enhancement: Synchronize with ergebnis/php-library-template
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 4, 2020
1 parent 9247499 commit 479ead5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
14 changes: 7 additions & 7 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
# https://docs.github.com/en/actions

name: "Integrate"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prune.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://github.com/actions/stale
# https://docs.github.com/en/actions

name: "Prune"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
# https://docs.github.com/en/actions

name: "Release"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
# https://docs.github.com/en/actions

name: "Renew"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/triage.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# https://docs.github.com/en/actions

name: "Triage"

on: # yamllint disable-line rule:truthy
Expand Down

0 comments on commit 479ead5

Please sign in to comment.