solarwinds / appoptics-apm-node

AppOptics APM Instrumentation Agent for Node.js
Apache License 2.0
11 stars 9 forks source link

AO-21124-Update-Document-Workflow-to-Create-PR-Against-Ref #252

Closed ronilan closed 2 years ago

ronilan commented 2 years ago

Overview

This pull request modifies the Document workflow so that it creates the pull request against the branch on which it was ran (the github ref). Feature is required in order to allow working with the workflow on both AppOptics (master) and SolarWinds APM (solarwinds-apm) branches of the repo when in the appoptics account.

Status

Document workflow is a GitHub Actions implementation of testeachversion. Like all GH Actions workflows, it can ran against any branch. The last step in the workflow is to create a PR using the GH CLI. That PR is currently always created against default branch (master in appoptics account, or main in solarwindscloud account).

Change

PR created against checked out ref, using --base flag.

Tests

Notes