Skip to content

build(deps): bump cfn-lint from 0.77.9 to 0.78.1 #1231

build(deps): bump cfn-lint from 0.77.9 to 0.78.1

build(deps): bump cfn-lint from 0.77.9 to 0.78.1 #1231

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 }}