Skip to content

chore(deps): bump postcss-preset-env from 10.3.1 to 10.4.0 #57

chore(deps): bump postcss-preset-env from 10.3.1 to 10.4.0

chore(deps): bump postcss-preset-env from 10.3.1 to 10.4.0 #57

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: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}