Skip to content

Commit b88b26c

Browse files
committed
Merge branch 'master' into state-rewrite
2 parents 160830e + 0f7f84d commit b88b26c

File tree

623 files changed

+58037
-16412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

623 files changed

+58037
-16412
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
* @Pycord-Development/maintainers
1+
* @Pycord-Development/pycord-next-contributors
22

3-
/tests/ @Pycord-Development/maintain-tests @Pycord-Development/maintainers
4-
/discord/ext/testing/ @Pycord-Development/maintain-tests @Pycord-Development/maintainers
5-
/discord/ext/bridge/ @Pycord-Development/maintain-ext-bridge @Pycord-Development/maintainers
6-
/.github/ @Pycord-Development/maintainers @Lulalaby
7-
/docs/locales/ @Pycord-Development/maintain-translations
8-
/docs/build/locales/ @Pycord-Development/maintain-translations
9-
/.github/workflows/docs-localization-download.yml @Pycord-Development/maintain-translations
10-
/.github/workflows/docs-localization-upload.yml @Pycord-Development/maintain-translations
3+
/.github @Lulalaby
114
/crowdin.yml @Pycord-Development/maintain-translations
12-
/requirements/_locale.txt @Pycord-Development/maintain-translations

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
22
contact_links:
3-
- name: Ask a question
4-
about: Ask questions and discuss with other users of the library.
5-
url: https://github.com/Pycord-Development/pycord/discussions
3+
- name: Main Library
4+
about: Please use the main library. Pycord-next is under heavy development.
5+
url: https://github.com/Pycord-Development/pycord
66
- name: Discord Server
77
about: Use our official Discord server to ask for help and questions as well.
88
url: https://pycord.dev/discord

.github/dependabot.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
language: ["python"]
2727
steps:
2828
- name: "Checkout repository"
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: "Initialize CodeQL"
3131
uses: github/codeql-action/init@v3
3232
with:

.github/workflows/docs-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: "Checkout Repository"
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
- name: "Setup Python"
41-
uses: actions/setup-python@v5
41+
uses: actions/setup-python@v6
4242
with:
4343
python-version: "3.13"
4444
- name: "Install uv"

.github/workflows/docs-localization-download.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
pr_id: ${{ steps.convert_outputs.outputs.pr_id }}
1616
steps:
1717
- name: "Checkout Repository"
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: "Setup Python"
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: "3.13"
2323
- name: "Install uv"
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: ./docs
4242
- name: "Crowdin"
4343
id: crowdin
44-
uses: crowdin/github-action@v2.7.0
44+
uses: crowdin/github-action@v2.11.0
4545
with:
4646
upload_sources: false
4747
upload_translations: false
@@ -75,7 +75,7 @@ jobs:
7575
environment: translations
7676
steps:
7777
- name: "Checkout Repository"
78-
uses: actions/checkout@v4
78+
uses: actions/checkout@v5
7979
- name: "Refresh Pull"
8080
run: |
8181
git fetch --all

.github/workflows/docs-localization-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
environment: translations
2121
steps:
2222
- name: "Checkout Repository"
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: "Setup Python"
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.13"
2828
- name: "Install uv"
@@ -45,7 +45,7 @@ jobs:
4545
sphinx-intl update -p ./build/locales ${{ vars.SPHINX_LANGUAGES }}
4646
working-directory: ./docs
4747
- name: "Crowdin"
48-
uses: crowdin/github-action@v2.7.0
48+
uses: crowdin/github-action@v2.11.0
4949
with:
5050
upload_sources: true
5151
upload_translations: false

.github/workflows/lib-checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: "Checkout Repository"
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
- name: "Setup Python"
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version: "3.13"
4040
- name: "Install uv"
@@ -51,9 +51,9 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: "Checkout Repository"
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
- name: "Setup Python"
56-
uses: actions/setup-python@v5
56+
uses: actions/setup-python@v6
5757
with:
5858
python-version: "3.13"
5959
- name: "Install uv"
@@ -71,9 +71,9 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: "Checkout Repository"
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575
- name: "Setup Python"
76-
uses: actions/setup-python@v5
76+
uses: actions/setup-python@v6
7777
with:
7878
python-version: "3.13"
7979
- name: "Install uv"

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: "Check Semantic Pull Request"
28-
uses: amannn/action-semantic-pull-request@v5.5.3
28+
uses: amannn/action-semantic-pull-request@v6.1.1
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/readthedocs.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,11 @@ jobs:
1818
environment: documentation
1919
strategy:
2020
matrix:
21-
rdt_projects: [
22-
"pycord-spanish",
23-
"pycord-japanese",
24-
"pycord-brazilian",
25-
"pycord-russian",
26-
"pycord-german",
27-
"pycord-hindi",
28-
"pycord-korean",
29-
"pycord-italian",
30-
"pycord-chinese",
31-
"pycord-french"
32-
]
21+
rdt_projects: ["pycord-spanish", "pycord-japanese", "pycord-brazilian", "pycord-russian", "pycord-german", "pycord-hindi", "pycord-korean", "pycord-italian", "pycord-chinese", "pycord-french", "pyord-turkish"]
3322
steps:
3423
- name: "Trigger RDT ${{ matrix.rdt_projects }}"
3524
run: |
3625
PROJECT=${{ matrix.rdt_projects }}
3726
curl --location --request POST "https://readthedocs.org/api/v3/projects/$PROJECT/versions/master/builds/" \
3827
--header 'Content-Type: application/json' \
39-
--header "Authorization: Token ${{ secrets.READTHEDOCS_TOKEN }}"
28+
--header "Authorization: Token ${{ secrets.READTHEDOCS_TOKEN }}"

0 commit comments

Comments
 (0)