Skip to content

Pull Request

Pull Request #127

Workflow file for this run

name: "Pull Request"
on:
pull_request_review:
types: submitted
paths-ignore:
- "**/*.tf"
jobs:
pull-request:
name: "Non-Terraform Pull Request"
runs-on: ubuntu-latest
if: github.event.review.state == 'approved'
steps:
- uses: actions/checkout@v2
- name: "Approved"
run: echo "approved"