Skip to content

Commit

Permalink
chore: fix references to action
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Mar 27, 2023
1 parent adbd1a2 commit 95fdbb8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79921,7 +79921,7 @@ function createCommentBody(
* [GitHub release](${releaseUrl})


Your **[optic](https://github.com/nearform/optic-release-automation-action)** bot 📦🚀`
Your **[optic](https://github.com/nearform-actions/optic-release-automation-action)** bot 📦🚀`
}

return `🎉 This issue has been resolved in version ${packageVersion} 🎉
Expand All @@ -79931,7 +79931,7 @@ function createCommentBody(
* [GitHub release](${releaseUrl})


Your **[optic](https://github.com/nearform/optic-release-automation-action)** bot 📦🚀`
Your **[optic](https://github.com/nearform-actions/optic-release-automation-action)** bot 📦🚀`
}

async function notifyIssues(
Expand Down
2 changes: 1 addition & 1 deletion dist/pr.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Optic Release Automation

This **draft** PR is opened by Github action [optic-release-automation-action](https://github.com/nearform/optic-release-automation-action).
This **draft** PR is opened by Github action [optic-release-automation-action](https://github.com/nearform-actions/optic-release-automation-action).

A new **draft** GitHub release [${releaseMeta.version}](${draftRelease.html_url}) has been created.

Expand Down
2 changes: 1 addition & 1 deletion src/pr.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Optic Release Automation

This **draft** PR is opened by Github action [optic-release-automation-action](https://github.com/-actions/optic-release-automation-action).
This **draft** PR is opened by Github action [optic-release-automation-action](https://github.com/nearform-actions/optic-release-automation-action).

A new **draft** GitHub release [${releaseMeta.version}](${draftRelease.html_url}) has been created.

Expand Down
6 changes: 3 additions & 3 deletions test/bump.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ tap.test('should call the PR endpoint with a new version', async () => {
body:
'## Optic Release Automation\n' +
'\n' +
'This **draft** PR is opened by Github action [optic-release-automation-action](https://github.com/nearform/optic-release-automation-action).\n' +
'This **draft** PR is opened by Github action [optic-release-automation-action](https://github.com/nearform-actions/optic-release-automation-action).\n' +
'\n' +
`A new **draft** GitHub release [v${TEST_VERSION}]() has been created.\n` +
'\n' +
Expand Down Expand Up @@ -316,7 +316,7 @@ tap.test(
body:
'## Optic Release Automation\n' +
'\n' +
'This **draft** PR is opened by Github action [optic-release-automation-action](https://github.com/nearform/optic-release-automation-action).\n' +
'This **draft** PR is opened by Github action [optic-release-automation-action](https://github.com/nearform-actions/optic-release-automation-action).\n' +
'\n' +
`A new **draft** GitHub release [v${localVersion}]() has been created.\n` +
'\n' +
Expand Down Expand Up @@ -372,7 +372,7 @@ tap.test(
body:
'## Optic Release Automation\n' +
'\n' +
'This **draft** PR is opened by Github action [optic-release-automation-action](https://github.com/nearform/optic-release-automation-action).\n' +
'This **draft** PR is opened by Github action [optic-release-automation-action](https://github.com/nearform-actions/optic-release-automation-action).\n' +
'\n' +
`A new **draft** GitHub release [v${localVersion}]() has been created.\n` +
'\n' +
Expand Down
4 changes: 2 additions & 2 deletions test/notifyIssues.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ tap.test(
* [GitHub release](some_url)
Your **[optic](https://github.com/nearform/optic-release-automation-action)** bot 📦🚀`
Your **[optic](https://github.com/nearform-actions/optic-release-automation-action)** bot 📦🚀`

sinon.assert.calledWith(createCommentStub, {
owner: 'owner',
Expand Down Expand Up @@ -233,7 +233,7 @@ tap.test(
* [GitHub release](some_url)
Your **[optic](https://github.com/nearform/optic-release-automation-action)** bot 📦🚀`
Your **[optic](https://github.com/nearform-actions/optic-release-automation-action)** bot 📦🚀`

sinon.assert.calledWith(createCommentStub, {
owner: 'owner',
Expand Down

0 comments on commit 95fdbb8

Please sign in to comment.