Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Added create-release-pr job to post-release action #1615

Merged

Conversation

mrickard
Copy link
Member

@mrickard mrickard commented May 2, 2023

Proposed Release Notes

Added create-release-pr to post-release action.

Links

https://issues.newrelic.com/browse/NR-96240

Details

GH_TOKEN should be available as a repo secret.
Closes NR-96240

@codecov
Copy link

codecov bot commented May 2, 2023

Codecov Report

Merging #1615 (f2dd6d3) into main (8d6e9d1) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1615   +/-   ##
=======================================
  Coverage   96.39%   96.39%           
=======================================
  Files         200      200           
  Lines       39053    39053           
  Branches       24       24           
=======================================
  Hits        37644    37644           
  Misses       1409     1409           
Flag Coverage Δ
esm-unit-tests-14.x 47.80% <ø> (ø)
esm-unit-tests-16.x 92.11% <ø> (ø)
esm-unit-tests-18.x 92.11% <ø> (ø)
integration-tests-14.x 78.96% <ø> (+0.01%) ⬆️
integration-tests-16.x 79.04% <ø> (ø)
integration-tests-18.x 79.05% <ø> (ø)
unit-tests-14.x 90.48% <ø> (ø)
unit-tests-16.x 90.54% <ø> (ø)
unit-tests-18.x 90.52% <ø> (ø)
versioned-tests-14.x 75.26% <ø> (-0.02%) ⬇️
versioned-tests-16.x 76.56% <ø> (ø)
versioned-tests-18.x 76.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@bizob2828 bizob2828 self-assigned this May 3, 2023
bin/git-commands.js Outdated Show resolved Hide resolved
bin/create-docs-pr.js Show resolved Hide resolved
bin/create-docs-pr.js Outdated Show resolved Hide resolved
bin/git-commands.js Outdated Show resolved Hide resolved
@mrickard mrickard force-pushed the NR-96240/automate-post-release-docs-pr branch from 2a611bb to e0fc31a Compare May 3, 2023 19:49
Username derived from actor if input is not defined
Added features/bugs/security blocks to commit message

Signed-off-by: mrickard <[email protected]>
@mrickard mrickard force-pushed the NR-96240/automate-post-release-docs-pr branch from e8c7cc7 to f2dd6d3 Compare May 3, 2023 20:57
@mrickard mrickard requested review from bizob2828 and jordigh May 3, 2023 20:59
@mrickard mrickard changed the title Nr 96240/automate post release docs pr (feat): Added create-release-pr job to post-release action May 3, 2023
@mrickard mrickard changed the title (feat): Added create-release-pr job to post-release action feat: Added create-release-pr job to post-release action May 3, 2023
@mrickard mrickard changed the title feat: Added create-release-pr job to post-release action chore: Added create-release-pr job to post-release action May 3, 2023
@bizob2828 bizob2828 merged commit e271eee into newrelic:main May 4, 2023
- name: Create Docs Website PR
run: node ./bin/create-docs-pr.js --tag ${{ steps.get_tag.outputs.latest_tag }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't the correct secret. It's NODE_AGENT_GH_TOKEN

@github-actions github-actions bot mentioned this pull request May 4, 2023
@mrickard mrickard deleted the NR-96240/automate-post-release-docs-pr branch May 9, 2023 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants