We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d7ffc commit a46d257Copy full SHA for a46d257
.github/workflows/email-check.yml
@@ -45,11 +45,11 @@ jobs:
45
edit-mode: replace
46
body: |
47
### ⚠️ Violation of email address detected
48
- The following mailboxes match the blacklist rule:
+ The following email(s) match the blacklist rule:
49
50
${{ steps.check.outputs.violations }}
51
52
- **Correction steps**:
+ **Correction steps**:
53
1. Close pull request and wait for delete @Watfaq/clash-rs-devs
54
55
2. Modifying author information using interactive rebase
@@ -60,7 +60,7 @@ jobs:
60
61
3. For each marked commit, execute:
62
```bash
63
- git commit --amend --author="合法姓名 <正确邮箱>"
+ git commit --amend --author="username <other-email.com>"
64
git rebase --continue
65
```
66
4. Force push update branch
0 commit comments