Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: shorten PR quality gate and skip dependabot
  • Loading branch information
tcheeric committed Aug 19, 2025
commit 9e6a61043522898ad45aa895ffe5c8583563c496
3 changes: 2 additions & 1 deletion .github/workflows/pr-quality-gate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Quality Gate — AI-Era Expertise Standard
name: PR Quality Gate

on:
pull_request:
Expand All @@ -11,6 +11,7 @@ permissions:

jobs:
review:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
Loading