Skip to content

Commit

Permalink
Comment for: check if PR title contains "bump".
Browse files Browse the repository at this point in the history
  • Loading branch information
nowakweronika committed Nov 15, 2023
1 parent 83a4f45 commit 2d760de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify-pr-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions: read-all

jobs:
verify:
# To make sure the pull request was created by dependabot.
if: ${{ !contains(github.event.pull_request.title, 'bump') }}
name: Verify Pull-Request Description
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 2d760de

Please sign in to comment.