Skip to content

Commit

Permalink
Update bump-version.yml
Browse files Browse the repository at this point in the history
Signed-off-by: HlexNC <[email protected]>
  • Loading branch information
HlexNC committed Apr 21, 2024
1 parent 052a0ef commit f7a2e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
bump-version:
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'Upgrade') && contains(github.event.pull_request.title, 'Upgrade') && contains(github.event.pull_request.title, '/document-conversion') }}
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.title, 'Upgrade') && contains(github.event.pull_request.title, '/document-conversion') }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit f7a2e96

Please sign in to comment.