Merge branch '6.3.x'
This commit is contained in:
commit
5745b09885
|
@ -9,7 +9,7 @@ permissions: write-all
|
|||
jobs:
|
||||
merge-dependabot-pr:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
if: github.event.pull_request.user.login == 'dependabot[bot]'
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue