Skip to content

Bump rustix from 0.37.18 to 0.37.27 #49

Bump rustix from 0.37.18 to 0.37.27

Bump rustix from 0.37.18 to 0.37.27 #49

name: Auto approve dependabot PRs
on:
pull_request_target:
permissions:
pull-requests: write
jobs:
autoapprove:
name: Auto-Approve a PR by dependabot
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
steps:
- name: Auto approve
uses: cognitedata/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}