豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit ec58ccc

Browse files
committed
Merge remote-tracking branch 'origin/main' into beta
2 parents 577be10 + 1d49409 commit ec58ccc

File tree

340 files changed

+9656
-4826
lines changed

Some content is hidden

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

340 files changed

+9656
-4826
lines changed

.github/ISSUE_TEMPLATE/maintainer.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Milestone Issue
3+
about: (Maintainers Only) A milestone project
4+
title: ''
5+
labels: []
6+
assignees: []
7+
type: Milestone
8+
---
9+
10+
# 🎯 The objective
11+
12+
<!-- ℹ️ Describe the objective and intention of this project/implementation. Include user and business requirements when applicable and highlight what problem is this implementation trying to solve. Here is a suggestion to get you started: -->
13+
14+
The aim of this project is to support [strategic goal] by addressing [key actions or methods], in order to [intended outcome or benefit] for [target audience or stakeholders]. Success will be measured by achieving [measurable impact or benefit].
15+
16+
### 🎒 Resources
17+
18+
19+
<!-- ℹ️ List all relevant resources like BugZilla meta bugs, Figma files, Notion links and other files. These can be filled in later. -->
20+
21+
-
22+
23+
## 🦮 Rules of the Road
24+
25+
<!-- ℹ️ Initial definition of requirements and limitations, the scope of this feature and other potential considerations in order to keep the project narrow and focused. -->
26+
27+
### 🟢 In Scope
28+
29+
-
30+
31+
### 🔴 Out of Scope
32+
33+
-
34+
35+
### 🚧 Technical and/or Business Requirements
36+
37+
-
38+

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ updates:
1212
labels:
1313
- "type: dependency"
1414
- "type: github actions"
15+
- "report: exclude"
1516
commit-message:
1617
prefix: chore
1718
include: scope

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
environment: botmobile
2525
steps:
2626
- name: App token generate
27-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
27+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2828
if: ${{ vars.BOT_CLIENT_ID }}
2929
id: app-token
3030
with:
@@ -37,7 +37,7 @@ jobs:
3737
token: ${{ steps.app-token.outputs.token || github.token }}
3838

3939
- name: Cargo cache
40-
uses: actions-rust-lang/setup-rust-toolchain@a0b538fa0b742a6aa35d6e2c169b4bd06d225a98 # v1.15.3
40+
uses: actions-rust-lang/setup-rust-toolchain@150fca883cd4034361b621bd4e6a9d34e5143606 # v1.15.4
4141

4242
- name: Install mdbook and extensions
4343
run: ./docs/install.sh

.github/workflows/issue-needinfo-answered.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pull-requests: write
2323
steps:
2424
- name: App token generate
25-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
25+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2626
if: ${{ vars.BOT_CLIENT_ID }}
2727
id: app-token
2828
with:

.github/workflows/issue-needinfo-remove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pull-requests: write
2626
steps:
2727
- name: App token generate
28-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
28+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2929
if: ${{ vars.BOT_CLIENT_ID }}
3030
id: app-token
3131
with:

.github/workflows/issue-needinfo-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121
steps:
2222
- name: App token generate
23-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
23+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2424
if: ${{ vars.BOT_CLIENT_ID }}
2525
id: app-token
2626
with:

.github/workflows/pr-auto-assign-reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
environment: botmobile
1919
steps:
2020
- name: App token generate
21-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
21+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2222
if: ${{ vars.BOT_CLIENT_ID }}
2323
id: app-token
2424
with:

.github/workflows/pr-dependabot-dependency-guard-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
timeout-minutes: 90
3333
steps:
3434
- name: App Token Generate
35-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
35+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
3636
if: ${{ vars.BOT_CLIENT_ID }}
3737
id: app-token
3838
with:

.github/workflows/pr-label-tb-team.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
environment: review
1919
steps:
2020
- name: App token generate
21-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
21+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2222
if: ${{ vars.BOT_CLIENT_ID }}
2323
id: app-token
2424
with:

0 commit comments

Comments
 (0)