newrelic / nr1-catalog

New Relic One Catalog repo of repos
Apache License 2.0
6 stars 28 forks source link

Create GitHub Action(s) to process a PR of an NR1 Application #4

Closed tangollama closed 4 years ago

tangollama commented 4 years ago

On the initiation of a Pull Request:

jbeveland27 commented 4 years ago

These 2 steps are not going to be accomplished on pull_request.

Would need access to commit missing/incorrect uuid to the forked repo for this to work. Instead, this will only be done when PR is approved and merged.

  • [ ] Lookup a uuid in a repo-traceable local data store that maps this submodule to the global catalog account. If none exists, generate one and save the uuid. If it exists, use that value to perform the next step. See #6.

There's no secure method for passing needed API keys to a forked repo (#8).

  • [ ] Validate the ability to publish the code #2
jbeveland27 commented 4 years ago

The catalog-pr Workflow now meets these requirements. Closing issue.