Skip to content

Commit

Permalink
No PR title and description check for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Nov 8, 2021
1 parent 1c989ad commit 39d7774
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 39d7774

Please sign in to comment.