terraform-aws-modules / terraform-aws-lambda

Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws
Apache License 2.0
885 stars 658 forks source link

fix: Run pre-commit autoupdate (trigger patch release) #555

Closed pdecat closed 3 months ago

pdecat commented 3 months ago

@antonbabenko oh, release workflow does not trigger for this kind of change :facepalm: :

on:
  workflow_dispatch:
  push:
    branches:
      - main
      - master
    paths:
      - '**/*.tpl'
      - '**/*.py'
      - '**/*.tf'
      - '.github/workflows/release.yml'
pdecat commented 3 months ago

Preparing another PR...

pdecat commented 3 months ago

Or maybe you can manually trigger the job given workflow_dispatch is there.

antonbabenko commented 3 months ago

This PR is included in version 7.2.5 :tada:

antonbabenko commented 3 months ago

Thank you for the resolution!

github-actions[bot] commented 2 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.