Skip to content

Commit

Permalink
No PR title and description check for dependabot (#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 authored Nov 8, 2021
1 parent 5a49da3 commit 51cbb64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

check-description:
name: Checks PR has title and body description
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 51cbb64

Please sign in to comment.