From d1fc7ea217101110e1e16c301c8543fd7ea92b91 Mon Sep 17 00:00:00 2001 From: Mythie Date: Mon, 6 Nov 2023 15:10:46 +1100 Subject: [PATCH] chore: update ci --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- .github/dependabot.yml | 6 +++--- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/e2e-tests.yml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 08bb25daa..b835896d0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: "Bug Report" -labels: "bug" +labels: ["bug"] description: Create a bug report to help us improve body: - type: markdown @@ -45,4 +45,4 @@ body: - label: I have included relevant environment information. - label: I have included any relevant screenshots. - label: I understand that this is a voluntary contribution and that there is no guarantee of resolution. - - label: I want to work on creating a PR for this issue if approved \ No newline at end of file + - label: I want to work on creating a PR for this issue if approved diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1269fd6c5..d9013f408 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: directory: '/' schedule: interval: "weekly" - target-branch: "feat/refresh" + target-branch: "main" labels: - "ci dependencies" - "ci" @@ -15,7 +15,7 @@ updates: directory: "/apps/marketing" schedule: interval: "weekly" - target-branch: "feat/refresh" + target-branch: "main" labels: - "npm dependencies" - "frontend" @@ -25,7 +25,7 @@ updates: directory: "/apps/web" schedule: interval: "weekly" - target-branch: "feat/refresh" + target-branch: "main" labels: - "npm dependencies" - "frontend" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a5d4bbcf..725bdac93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: "Continuous Integration" on: push: - branches: [ "feat/refresh" ] + branches: [ "main" ] pull_request: - branches: [ "feat/refresh" ] + branches: [ "main" ] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c934272a4..d47c37a00 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -3,9 +3,9 @@ name: "CodeQL" on: workflow_dispatch: push: - branches: [ feat/refresh ] + branches: [ "main" ] pull_request: - branches: [ feat/refresh ] + branches: [ "main" ] jobs: analyze: diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 8f0e7bb19..a37f001d1 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -1,9 +1,9 @@ name: Playwright Tests on: push: - branches: [feat/refresh] + branches: [ "main" ] pull_request: - branches: [feat/refresh] + branches: [ "main" ] jobs: e2e_tests: timeout-minutes: 60