mirror of
https://github.com/idanoo/fediservices.nz-infra
synced 2025-07-03 06:42:15 +00:00
Initial Commit
This commit is contained in:
parent
8734e2952d
commit
1bb150d44e
7 changed files with 87 additions and 98 deletions
16
.github/workflows/your-fork.yml
vendored
16
.github/workflows/your-fork.yml
vendored
|
@ -1,16 +0,0 @@
|
|||
name: Your Fork
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
close:
|
||||
if: github.repository == 'hashicorp/learn-terraform-github-actions'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: superbrothers/close-pull-request@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Optional. Post a issue comment just before closing a pull request.
|
||||
comment: "Hi! If you are following the Terraform GitHub Actions tutorial, please open the PR against [your personal fork](https://learn.hashicorp.com/tutorials/terraform/github-actions?in=terraform/automation#set-up-a-github-repository) of this repository. We will automatically close this PR, but if you intended to edit the example itself please feel free to re-open it."
|
Loading…
Add table
Add a link
Reference in a new issue