Add google_backup_dr_backup_vault datasource #4362
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: "Upstream To MM" | |
on: | |
pull_request_target: | |
types: [opened, ready_for_review, reopened] | |
jobs: | |
pr-warning: | |
if: ${{ github.actor != 'modular-magician' }} | |
runs-on: ubuntu-latest | |
steps: | |
- name: Post the warning | |
uses: hashicorp/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
warning: "This repository is generated by https://github.com/GoogleCloudPlatform/magic-modules. Any changes made directly to this repository will likely be overwritten. If you have further questions, please feel free to ping your reviewer or, internal employees, reach out to one of the engineers. Thank you!" |