Skip to content

feat: redesigned BugHunt Create page for improved UX, validation handling for file input field #3675

feat: redesigned BugHunt Create page for improved UX, validation handling for file input field

feat: redesigned BugHunt Create page for improved UX, validation handling for file input field #3675

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