Skip to content

build(deps): bump semver, @aws-cdk/aws-iam, @aws-cdk/aws-s3, @aws-cdk/core and aws-cdk in /infrastructure/public/common/bucket-and-user.cdk #1228

build(deps): bump semver, @aws-cdk/aws-iam, @aws-cdk/aws-s3, @aws-cdk/core and aws-cdk in /infrastructure/public/common/bucket-and-user.cdk

build(deps): bump semver, @aws-cdk/aws-iam, @aws-cdk/aws-s3, @aws-cdk/core and aws-cdk in /infrastructure/public/common/bucket-and-user.cdk #1228

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/[email protected]
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}