Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

fix: Use S3 bucket containing CF stack YAML instead of trying to pull… #80

fix: Use S3 bucket containing CF stack YAML instead of trying to pull…

fix: Use S3 bucket containing CF stack YAML instead of trying to pull… #80

Workflow file for this run

# name: Automerge
# on:
# pull_request:
# types:
# - labeled
# - unlabeled
# - synchronize
# - opened
# - edited
# - ready_for_review
# - reopened
# - unlocked
# pull_request_review:
# types:
# - submitted
# check_suite:
# types:
# - completed
# status: {}
# jobs:
# automerge:
# runs-on: ubuntu-latest
# steps:
# - id: automerge
# name: automerge
# uses: "Locomotive-Ventures/automerge-action@main"
# env:
# GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"