Skip to content

Add new resource iam_projects_policy_binding. addresses https://github.com/hashicorp/terraform-provider-google/issues/20198 #5735

Add new resource iam_projects_policy_binding. addresses https://github.com/hashicorp/terraform-provider-google/issues/20198

Add new resource iam_projects_policy_binding. addresses https://github.com/hashicorp/terraform-provider-google/issues/20198 #5735

name: "Pull Request Reviewer"
on:
pull_request_target:
types: [opened, ready_for_review, reopened]
permissions:
pull-requests: write
jobs:
add-reviewer:
if: ${{ github.actor != 'modular-magician' }}
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@f4648c0a9fdb753479e9e75fc251f507ce17bb7e # v2.0.0
with:
configuration-path: ".github/reviewer-lottery.yml"
repo-token: "${{ secrets.GITHUB_TOKEN }}"