Create infracost_test.tf #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Close PR | |
on: | |
pull_request_target: | |
types: [opened] | |
jobs: | |
auto_close_pr: | |
runs-on: ubuntu-latest | |
if: github.repository == 'infracost/example-terraform' | |
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.' |