Skip to content

fix: newrelic_synthetics_monitor.locations_publicの値を修正 #87

fix: newrelic_synthetics_monitor.locations_publicの値を修正

fix: newrelic_synthetics_monitor.locations_publicの値を修正 #87

Workflow file for this run

name: Auto Approve
on:
pull_request:
types:
- opened
- reopened
- ready_for_review
jobs:
auto-approve:
if: |
github.event.pull_request.user.login == github.repository_owner
&& ! github.event.pull_request.draft
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3