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

Commit

Permalink
Create your-fork.yml
Browse files Browse the repository at this point in the history
Create an auto response when users open their first PR to this repo, asking if they are following the Get Started tutorial and advising them to create a PR against their fork.
  • Loading branch information
judithpatudith authored Sep 30, 2020
1 parent 48dee36 commit 0513baf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/your-fork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Your Fork

on: [pull_request]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Hi! If you are following the Terraform Cloud Get Staretd tutorial, please open the PR against [your personal fork](https://learn.hashicorp.com/tutorials/terraform/cloud-workspace-create?in=terraform/cloud-get-started#fork-a-github-repository) of this repository.'

0 comments on commit 0513baf

Please sign in to comment.