Skip to content

Commit 511072e

Browse files
CopilotMossaka
andauthored
ci: disable PR title check for dependabot PRs (#312)
* Initial plan * ci: disable PR title check for dependabot PRs Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
1 parent 063d06b commit 511072e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr-title.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
with:
16+
# Skip validation for dependabot PRs (they use their own title format)
17+
ignoreLabels: |
18+
dependencies
1619
# Configure which types are allowed
1720
types: |
1821
feat

0 commit comments

Comments
 (0)