Skip to content

Bump Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers from 3.11.0-beta1.24508.2 to 3.11.0-beta1.24527.2 #229

Bump Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers from 3.11.0-beta1.24508.2 to 3.11.0-beta1.24527.2

Bump Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers from 3.11.0-beta1.24508.2 to 3.11.0-beta1.24527.2 #229

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