|
22 | 22 | token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
23 | 23 |
|
24 | 24 | - name: Run CopyCat (VSCodeTriageBot/testissues)
|
| 25 | + if: github.event.issue.user.login != 'ghost' |
25 | 26 | uses: ./actions/copycat
|
26 | 27 | with:
|
27 | 28 | appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
|
|
30 | 31 | repo: testissues
|
31 | 32 |
|
32 | 33 | - name: Run New Release
|
| 34 | + if: github.event.issue.user.login != 'ghost' |
33 | 35 | uses: ./actions/new-release
|
34 | 36 | with:
|
35 | 37 | label: new release
|
|
41 | 43 | days: 5
|
42 | 44 |
|
43 | 45 | - name: Run Clipboard Labeler
|
| 46 | + if: github.event.issue.user.login != 'ghost' |
44 | 47 | uses: ./actions/regex-labeler
|
45 | 48 | with:
|
46 | 49 | appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
|
|
49 | 52 | comment: "It looks like you're using the VS Code Issue Reporter but did not paste the text generated into the created issue. We've closed this issue, please open a new one containing the text we placed in your clipboard.\n\nHappy Coding!"
|
50 | 53 |
|
51 | 54 | - name: Run Clipboard Labeler (Chinese)
|
| 55 | + if: github.event.issue.user.login != 'ghost' |
52 | 56 | uses: ./actions/regex-labeler
|
53 | 57 | with:
|
54 | 58 | appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
|
|
58 | 62 |
|
59 | 63 | # source of truth in ./english-please.yml
|
60 | 64 | - name: Run English Please
|
| 65 | + if: github.event.issue.user.login != 'ghost' |
61 | 66 | uses: ./actions/english-please
|
62 | 67 | with:
|
63 | 68 | token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
|
69 | 74 | translatorRequestedLabelColor: "c29cff"
|
70 | 75 | # source of truth in ./test-plan-item-validator.yml
|
71 | 76 | - name: Run Test Plan Item Validator
|
| 77 | + if: github.event.issue.user.login != 'ghost' |
72 | 78 | uses: ./actions/test-plan-item-validator
|
73 | 79 | with:
|
74 | 80 | token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
|
0 commit comments