8000 cleanup · VerifyTests/Verify@7af840b · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use attribute instead of base class for MSTest #946

Use attribute instead of base class for MSTest

Use attribute instead of base class for MSTest #946

name: merge-dependabot
on:
pull_request:
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Dependabot Auto Merge
uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6
with:
target: minor
github-token: ${{ secrets.dependabot }}
command: squash and merge
0