Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Jul 18, 2022
1 parent 1fe5a08 commit ad7f50d
Showing 1 changed file with 25 additions and 19 deletions.
44 changes: 25 additions & 19 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"branch": "dev",
"remote": "upstream"
},
{
"name": "Follow http/https redirects when playing song (1193)",
"branch": "piper-follow-redirects",
"remote": "macdja38"
},
{
"name": "Return void on 204 (1193)",
"branch": "response-fix",
"remote": "bsian03"
},
{
"name": "Allow configuring RequestHandler to use HTTP instead of HTTPS (1193)",
"branch": "master",
Expand All @@ -19,23 +29,13 @@
},
{
"name": "Guild Scheduled Events (1275)",
"branch": "deprecation-process-warnings",
"remote": "eritbh"
},
{
"name": "Guild Scheduled Events (1276)",
"branch": "guild-events",
"remote": "loliticos"
},
{
"name": "feat(connect): Add token check (1283)",
"branch": "token-check",
"remote": "catboi8"
},
{
"name": "Rework file attachments (1285)",
"branch": "form-data",
"remote": "bsian03"
"name": "Use process warnings for deprecations (1276)",
"branch": "deprecation-process-warnings",
"remote": "eritbh"
},
{
"name": "refactor(interactions): Redo types and remove unnecessary data (1309)",
Expand All @@ -47,16 +47,16 @@
"branch": "modals",
"remote": "linker-123"
},
{
"name": "Remove all user account features (1338)",
"branch": "selfbot",
"remote": "bsian03"
},
{
"name": "Attachment type (1358)",
"branch": "attachments-type",
"remote": "coolcalcacol"
},
{
"name": "Adding support for type 24 message (1369)",
"branch": "dev",
"remote": "flamableassassin"
},
{
"name": "feat(permissions): Slash Permissions v2 (1372)",
"branch": "slash-permissions-v2",
Expand All @@ -72,6 +72,11 @@
"branch": "gateway-options",
"remote": "donovandmc"
},
{
"name": "Convert remaining #client to #_client (1386)",
"branch": "client-underscore",
"remote": "donovandmc"
},
{
"name": "feat(AutoModeration): Support Auto Moderation (1390)",
"branch": "automod",
Expand Down Expand Up @@ -105,7 +110,8 @@
"eritbh": "https://github.com/eritbh/eris",
"coolcalcacol": "https://github.com/coolcalcacol/eris",
"headtrixz": "https://github.com/HeadTriXz/eris-1",
"flamableassassin": "https://github.com/flamableassassin/eris"
"flamableassassin": "https://github.com/flamableassassin/eris",
"macdja38": "https://github.com/macdja38/eris"
}
},
"outdatedPRCheck": {
Expand Down

0 comments on commit ad7f50d

Please sign in to comment.