chore: update ci

This commit is contained in:
Mythie
2023-11-06 15:10:46 +11:00
parent b0e3abffd6
commit d1fc7ea217
5 changed files with 11 additions and 11 deletions

View File

@ -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
- label: I want to work on creating a PR for this issue if approved

View File

@ -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"

View File

@ -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 }}

View File

@ -3,9 +3,9 @@ name: "CodeQL"
on:
workflow_dispatch:
push:
branches: [ feat/refresh ]
branches: [ "main" ]
pull_request:
branches: [ feat/refresh ]
branches: [ "main" ]
jobs:
analyze:

View File

@ -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