1
0
Fork 0

Merge branch 'main' into dev

This commit is contained in:
nin0dev 2024-08-26 07:17:15 -04:00 committed by GitHub
commit dbd262f2b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 13 deletions

View file

@ -7,16 +7,19 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
> [!WARNING] ## READ BEFORE SUBMITTING AN ISSUE
> ## ONLY OPEN AN ISSUE IF: ![Flowchart](https://github.com/user-attachments/assets/36fe18ba-52c3-4a5d-a721-edd25af47381)
> * You are using an up-to-date version of VendroidEnhanced <details>
> * You **did not** edit the Vencord location in app settings <summary>Flowchart but in text format</summary>
> * You are using Discord Stable, not PTB or Canary.
> * You **could not** reproduce the issue on: Only open an issue if:
> * Vencord Web, Vesktop, or ArmCord, on a computer * You are using an up-to-date version of VendroidEnhanced
> * The Discord mobile website (`discord.com/app`) on a mobile browser WITHOUT VENCORD * You did not edit the Vencord location in app settings
> * You are using Discord Stable, not PTB or Canary.
> **Your issue will get closed and you will possibly be blocked from the repository if you cannot read this!** * You could not reproduce the issue on:
* Vencord Web, Vesktop, or ArmCord, on a computer
* The Discord mobile website (discord.com/app) on a mobile browser WITHOUT VENCORD
</details>
- type: input - type: input
id: discord id: discord

View file

@ -9,7 +9,8 @@ on:
branches: branches:
- '*' - '*'
- '!main' - '!main'
pull_request:
merge_group:
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View file

@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:recommended" "config:recommended"
] ],
"baseBranches": ["dev"]
} }