You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo " **Maintainers can refresh the review status by clicking here:** [🔄 Refresh Status](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
145
+
echo ""
146
+
echo "2. **确认审核通过后评论 \`LGTM/lgtm\`**"
147
+
echo " **Comment \`LGTM/lgtm\` after confirming approval**"
148
+
echo ""
149
+
echo "3. **PR合并前需至少一位维护者确认**"
150
+
echo " **PR must be confirmed by at least one maintainer before merging**"
151
+
echo ""
152
+
echo "> ℹ️ **刷新CI状态操作需要具备仓库写入权限。**"
153
+
echo "> ℹ️ **Refresh CI status operation requires repository Write permission.**"
# List of maintainers of the RT-Thread open-source community
2
+
#
3
+
# This file manages the maintainers and their associated sections in the repository.
4
+
# Developers should update this file according to project needs.
5
+
# The following are explanations of each field and guidelines for adding new maintainer entries.
6
+
#
7
+
# When adding new entries, please follow the format:
8
+
#
9
+
# 1. **tag** - Assign a unique tag to each entry for identifying the code module or functionality.
10
+
# - The tag should be concise and descriptive, such as `workflow`, `libc`...
11
+
# - **Rule for Adding**: Use a new tag when adding a new functionality or module to ensure it clearly describes the area of responsibility.
12
+
#
13
+
# 2. **path** - Specify the directory or file path that the maintainer is responsible for.
14
+
# - The path must be relative to the repository's root directory and can refer to either a single file or a folder.
15
+
# - If the maintainer is responsible for all files in a directory, use the directory path; if it's for a specific file, provide the full file path.
16
+
# - **Rule for Adding**: Ensure that the path correctly points to the relevant code location. Please note that a tag should correspond to only one path. Currently, multiple paths are not supported.
17
+
#
18
+
# 3. **owners** - List the maintainers responsible for the section, including their GitHub usernames and contact information.
19
+
# - The owners should be listed as a comma-separated list if there are multiple maintainers.
# - Each entry includes a `tag` that identifies the module or functionality, a `path` that points to the relevant code location, and `owners` who are the maintainers for that part of the codebase.
43
+
# - If there are multiple entries, each entry should be separated by a blank line. Within a single entry, there is no need to insert blank lines between the tag, path, and owners.
44
+
45
+
# Below are existing maintainer entries, divided by module:
0 commit comments