diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index cd55892b..31ea5d6b 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -2,7 +2,7 @@ name: Dependabot auto-merge on: pull_request: branches: - - master + - main permissions: contents: write diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 9df6f977..5c6ad876 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -2,9 +2,9 @@ name: GitHub CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: test: diff --git a/.github/workflows/reuse-compliance.yml b/.github/workflows/reuse-compliance.yml index d6133299..0ff08b52 100644 --- a/.github/workflows/reuse-compliance.yml +++ b/.github/workflows/reuse-compliance.yml @@ -2,9 +2,9 @@ name: REUSE on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: compliance-check: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d6a5c2fa..6dd960c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to less-openui5 In general the contributing guidelines of OpenUI5 also apply to this project. They can be found here: -https://github.com/SAP/openui5/blob/master/CONTRIBUTING.md +https://github.com/SAP/openui5/blob/-/CONTRIBUTING.md Some parts might not be relevant for this project (e.g. the browser-specific requirements like jQuery, CSS and accessibility in the "Contribution Content Guidelines") and the contribution process is easier (pull requests will be merged directly on GitHub).