Skip to content

Bump pylint from 3.3.2 to 3.3.3 #145

Bump pylint from 3.3.2 to 3.3.3

Bump pylint from 3.3.2 to 3.3.3 #145

name: Dependabot auto-merge
on: pull_request
permissions:
contents: read
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.WORKFLOW_TOKEN}}