Skip to content

fix: enable S3 Intelligent-Tiering #114

fix: enable S3 Intelligent-Tiering

fix: enable S3 Intelligent-Tiering #114

Workflow file for this run

name: Auto Close PR
on:
pull_request:
types: [opened]
jobs:
auto_close_pr:
runs-on: ubuntu-latest
if: github.repository == 'infracost/example-terraform' && github.event.pull_request.user.login != 'infracost-autofix[bot]'
steps:
- uses: imba-tjd/auto-close-pr-action@master
with:
pattern: "WILL_NOT_MATCH"
message: "Instead of raising a PR against this repository, please fork the repo and raise a PR against your fork. Thank you."