Skip to content

Commit d440c8b

Browse files
author
Dmitriy Zenkov
committed
ci: skip workflow on Dependabot PRs + minor fixes
1 parent c501382 commit d440c8b

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14+
if: github.actor != 'dependabot[bot]'
1415
runs-on: ${{ matrix.os }}
1516
strategy:
1617
matrix:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Your Name
3+
Copyright (c) 2025 KeelMatrix
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> The project is currently under development. Keep an eye out for its release!
2+
13
# KeelMatrix.QueryWatch
24

35
> Catch N+1 queries and slow SQL in tests. Fail builds when query budgets are exceeded.

src/KeelMatrix.QueryWatch/KeelMatrix.QueryWatch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1010

1111
<!-- NuGet authors: default to VS username; change to your org if publishing under org -->
12-
<Authors>$ext_Authors$</Authors>
12+
<Authors>KeelMatrix</Authors>
1313
<!-- TODO: Enable Public API analyzer when ready to lock API surface.
1414
1. Run: dotnet build -p:EnablePublicApiAnalyzers=true -t:GeneratePublicApi
1515
This generates baselines in PublicAPI.Shipped.txt / PublicAPI.Unshipped.txt.

0 commit comments

Comments
 (0)