diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1ece9b3d..ed9fd075 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @marcperez @pabloai @sponglord @m1aw @ribeiroguilherme @jobsturm @longyulongyu +* @marcperez @pabloai @sponglord @m1aw @ribeiroguilherme @longyulongyu diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e594b758..4fd791ba 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] schedule: - cron: '38 11 * * 5' diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 1dbaec96..c0accfdd 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -23,13 +23,13 @@ jobs: CI: true - name: Coveralls Parallel - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@main with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./packages/lib/coverage/lcov.info - name: Coveralls Finished - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@main with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./packages/lib/coverage/lcov.info diff --git a/.github/workflows/validate-remote-assets.yml b/.github/workflows/validate-remote-assets.yml index f448958c..3375d8d3 100644 --- a/.github/workflows/validate-remote-assets.yml +++ b/.github/workflows/validate-remote-assets.yml @@ -3,7 +3,7 @@ name: Validate remote assets on: pull_request: branches: - - master + - main jobs: check-secured-fields-assets: @@ -24,7 +24,7 @@ jobs: - name: Requesting securedFields in production id: securedFieldsRequest - uses: fjogeleit/http-request-action@master + uses: fjogeleit/http-request-action@main with: url: "https://checkoutshopper-live-us.adyen.com/checkoutshopper/securedfields/${{secrets.TEST_CLIENT_KEY}}/${{ env.SF_VERSION }}/securedFields.html?type=card&d=${{env.BTOA_TEST_ORIGIN}}" method: "GET" diff --git a/README.md b/README.md index d2d926e9..21364e96 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Starting [v5.16.0](https://github.com/Adyen/adyen-web/releases/tag/v5.16.0) the ## Contributing -We merge every pull request into the `master` branch. We aim to keep `master` in good shape, which allows us to release a new version whenever we need to. +We merge every pull request into the `main` branch. We aim to keep `main` in good shape, which allows us to release a new version whenever we need to. Have a look at our [contributing guidelines](https://github.com/Adyen/.github/blob/master/CONTRIBUTING.md) to find out how to raise a pull request.