Skip to content

Commit

Permalink
rew! Bot accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jamietanna committed Jan 3, 2024
1 parent 09c613e commit 8dff34a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions test/releases.test.js
Expand Up @@ -80,6 +80,20 @@ const pullRequests = [
baseRefName: 'master',
headRefName: 'implement-feature',
},
{
title: 'Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples',
number: 0,
body: 'Updates the dependency ....',
url: 'https://github.com',
labels: { nodes: [{ name: 'dependencies' }] },
author: {
login: 'dependabot[bot]',
type: 'Bot',
html_url: 'https://github.com/apps/dependabot',
},
baseRefName: 'master',
headRefName: 'dependabot/go_modules/examples/golang.org/x/crypto-0.17.0',
},
]
const baseConfig = {
...DEFAULT_CONFIG,
Expand All @@ -99,6 +113,7 @@ describe('releases', () => {
* Fixes #4 (#5) @Happypig375
* 2*2 should equal to 4*1 (#6) @jetersen
* Rename __confgs\\\\confg.yml to __configs\\\\config.yml (#7) @ghost
* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples (#0) [dependabot](https://github.com/apps/dependabot)
* Adds @nullable annotations to the 1*1+2*4 test in \`tests.java\` (#0) @Happypig375"
`)
})
Expand All @@ -116,6 +131,7 @@ describe('releases', () => {
* Fixes #4 (#5) @Happypig375
* 2*2 should equal to 4*1 (#6) @jetersen
* Rename __confgs\\\\\\\\confg.yml to __configs\\\\\\\\config.yml (#7) @ghost
* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples (#0) [dependabot](https://github.com/apps/dependabot)
* Adds @nullable annotations to the 1*1+2*4 test in \`tests.java\` (#0) @Happypig375"
`)
})
Expand All @@ -133,6 +149,7 @@ describe('releases', () => {
* Fixes #4 (#5) @Happypig375
* 2\\\\*2 should equal to 4\\\\*1 (#6) @jetersen
* Rename \\\\_\\\\_confgs\\\\\\\\confg.yml to \\\\_\\\\_configs\\\\\\\\config.yml (#7) @ghost
* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples (#0) [dependabot](https://github.com/apps/dependabot)
* Adds @nullable annotations to the 1\\\\*1+2\\\\*4 test in \`tests.java\` (#0) @Happypig375"
`)
})
Expand All @@ -150,6 +167,7 @@ describe('releases', () => {
* Fixes #4 (#5) @Happypig375
* 2*2 should equal to 4*1 (#6) @jetersen
* Rename __confgs\\\\confg.yml to __configs\\\\config.yml (#7) @ghost
* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples (#0) [dependabot](https://github.com/apps/dependabot)
* Adds @<!---->nullable annotations to the 1*1+2*4 test in \`tests.java\` (#0) @Happypig375"
`)
})
Expand All @@ -167,6 +185,7 @@ describe('releases', () => {
* Fixes #<!---->4 (#5) @Happypig375
* 2*2 should equal to 4*1 (#6) @jetersen
* Rename __confgs\\\\confg.yml to __configs\\\\config.yml (#7) @ghost
* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples (#0) [dependabot](https://github.com/apps/dependabot)
* Adds @<!---->nullable annotations to the 1*1+2*4 test in \`tests.java\` (#0) @Happypig375"
`)
})
Expand All @@ -184,6 +203,7 @@ describe('releases', () => {
* Fixes #<!---->4 (#5) @Happypig375
* 2\\\\*2 should equal to 4\\\\*1 (#6) @jetersen
* Rename \\\\_\\\\_confgs\\\\\\\\confg.yml to \\\\_\\\\_configs\\\\\\\\config.yml (#7) @ghost
* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples (#0) [dependabot](https://github.com/apps/dependabot)
* Adds @<!---->nullable annotations to the 1\\\\*1+2\\\\*4 test in \\\\\`tests.java\\\\\` (#0) @Happypig375"
`)
})
Expand All @@ -196,6 +216,7 @@ describe('releases', () => {
expect(changelog).toMatchInlineSnapshot(`
"* B2 (#2) @ghost
* Rename __confgs\\\\confg.yml to __configs\\\\config.yml (#7) @ghost
* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples (#0) [dependabot](https://github.com/apps/dependabot)
* Adds @nullable annotations to the 1*1+2*4 test in \`tests.java\` (#0) @Happypig375
## Bugs
Expand Down Expand Up @@ -227,6 +248,7 @@ describe('releases', () => {
* Fixes #4 (#5) @Happypig375
* 2*2 should equal to 4*1 (#6) @jetersen
* Rename __confgs\\\\confg.yml to __configs\\\\config.yml (#7) @ghost
* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples (#0) [dependabot](https://github.com/apps/dependabot)
## Feature
Expand Down

0 comments on commit 8dff34a

Please sign in to comment.