Add secrets_discovery_target field in google_data_loss_prevention_discovery_config, as well as fields to support single-resource mode for big_query_target and cloud_sql_target #4402
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" | |