Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/document-conversion/…
Browse files Browse the repository at this point in the history
…types/react-18.2.79

Signed-off-by: HlexNC <[email protected]>
  • Loading branch information
HlexNC committed Apr 22, 2024
2 parents daf2c63 + c62e90a commit 05c6a04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bump Version Workflow

on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
types: [opened, synchronize]
branches:
- main
paths:
Expand All @@ -11,6 +11,7 @@ on:

jobs:
bump-version:
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
if: >
github.actor == 'dependabot[bot]' &&
Expand Down

0 comments on commit 05c6a04

Please sign in to comment.