Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Chunnyluny/DogApparel
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunnyluny committed Sep 21, 2023
2 parents 0978620 + 0602e3b commit 0abab40
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/trunk-check.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Pull Request
on: [pull_request]
on:
workflow_dispatch:
pull_request:
branches: [master]
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand All @@ -16,9 +19,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.6.0

- name: Trunk Check
uses: trunk-io/[email protected]
uses: trunk-io/[email protected]

with:
check-mode: all
cache: true
arguments: --github-annotate-new-only=false
7 changes: 7 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
actions:
merge:
method: merge
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@
"rwxml.codeHighlighting.enabled": true,
"rwxml.diagnostics.enabled": true,
}

0 comments on commit 0abab40

Please sign in to comment.