Skip to content

Commit

Permalink
chore: Auto add "skip check PR title" label in update dependencies PR (
Browse files Browse the repository at this point in the history
…#1199)

<!-- Generated by sourcery-ai[bot]: start summary -->

## Summary by Sourcery

Update the CI workflow to automatically add a label to dependency update
pull requests, bypassing the PR title check.

CI:
- Automatically add the 'skip check PR title' label to pull requests
created by the upgrade dependencies workflow.

<!-- Generated by sourcery-ai[bot]: end summary -->

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Added a new label to the upgrade dependencies workflow to streamline
the process by skipping checks on pull request titles.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
Czaki authored Sep 24, 2024
1 parent bb63f3c commit 416dde7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ jobs:
${{ steps.packages.outputs.all_packages }}
token: ${{ secrets.GHA_TOKEN }}
labels: |
skip check PR title

0 comments on commit 416dde7

Please sign in to comment.