PaloAltoNetworks / terraform-aws-vmseries-modules

Terraform Reusable Modules for VM-Series on AWS
https://registry.terraform.io/modules/PaloAltoNetworks/vmseries-modules/aws
MIT License
40 stars 49 forks source link

fix: Add repository as input for all ChatOps commands workflows #376

Closed sebastianczech closed 1 year ago

sebastianczech commented 1 year ago

Description

PR is adding full repository name as input for all ChatOps commands workflows.

Motivation and Context

While running ChatOps for PR created from forked repository, there is an issue with checkout branch, which exists in fork, not in original repository. Please check error messages in https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/actions/runs/6322173926.

How Has This Been Tested?

Code was tested by cloning terraform-aws-vmseries-modules into personal account, creating fork from that clone and then executing ChatOps commands for PR created from fork.

Types of changes

Checklist