Skip to content

build(deps-dev): bump mypy-boto3 from 1.26.125 to 1.26.164 #1219

build(deps-dev): bump mypy-boto3 from 1.26.125 to 1.26.164

build(deps-dev): bump mypy-boto3 from 1.26.125 to 1.26.164 #1219

name: PR Target (opened)
on:
pull_request_target:
types:
- opened
- reopened
jobs:
assign-author:
name: Assign Author to PR
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: technote-space/assign-author@v1 # cspell:ignore technote
label-pr:
name: Label PR
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5.23.0
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}