Skip to content

Take document scrollbar into account while calculating popup position… #93

Take document scrollbar into account while calculating popup position…

Take document scrollbar into account while calculating popup position… #93

name: Dependabot auto-merge
on:
pull_request:
types: [opened, reopened]
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'jetbrains/ring-ui' && startsWith(github.head_ref, 'dependabot/')
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}