Skip to content

Commit

Permalink
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 3b346e1 commit 83a4f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-pr-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: read-all

jobs:
verify:
if: ${{ "!contains(github.event.pull_request.title, 'bump')" }}
if: ${{ !contains(github.event.pull_request.title, 'bump') }}
name: Verify Pull-Request Description
runs-on: ubuntu-20.04

Expand Down

0 comments on commit 83a4f45

Please sign in to comment.