Skip to content

terraform(deps): bump hashicorp/google from 5.19.0 to 5.30.0 in /terraform #56

terraform(deps): bump hashicorp/google from 5.19.0 to 5.30.0 in /terraform

terraform(deps): bump hashicorp/google from 5.19.0 to 5.30.0 in /terraform #56

Workflow file for this run

---
name: Pull Requester
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
- labeled
- unlabeled
branches:
- main
concurrency:
# Ensure that only a single concurrent job is run for any Pull Requester
# GitHub Workflow on any one pull request (or github.event.number here)
group: pull-requester-${{ github.event.number }}
permissions:
contents: read
packages: read
issues: write
pull-requests: write
jobs:
pull-requester:
runs-on: ubuntu-latest
name: Check the Pull Request
steps:
- name: Pull Requester
uses: n3tuk/action-pull-requester@v1