Skip to content

Commit b3ed83e

Browse files
author
Jackson Kearl
committed
Add 'you forgot to paste' bot. Closes microsoft#94731.
1 parent ffb3cb7 commit b3ed83e

8 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/workflows/author-verified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717
with:
1818
repository: 'microsoft/vscode-github-triage-actions'
19-
ref: v2
19+
ref: v3
2020
path: ./actions
2121
- name: Install Actions
2222
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
repository: 'microsoft/vscode-github-triage-actions'
1515
path: ./actions
16-
ref: v2
16+
ref: v3
1717
- name: Install Actions
1818
run: npm install --production --prefix ./actions
1919
- name: Run Commands

.github/workflows/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
repository: 'microsoft/vscode-github-triage-actions'
1919
path: ./actions
20-
ref: v2
20+
ref: v3
2121
- name: Install Actions
2222
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
2323
run: npm install --production --prefix ./actions

.github/workflows/locker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
repository: 'microsoft/vscode-github-triage-actions'
1515
path: ./actions
16-
ref: v2
16+
ref: v3
1717
- name: Install Actions
1818
run: npm install --production --prefix ./actions
1919
- name: Run Locker

.github/workflows/needs-more-info-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
repository: 'microsoft/vscode-github-triage-actions'
1515
path: ./actions
16-
ref: v2
16+
ref: v3
1717
- name: Install Actions
1818
run: npm install --production --prefix ./actions
1919
- name: Run Needs More Info Closer

.github/workflows/on-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'microsoft/vscode-github-triage-actions'
14-
ref: v2
14+
ref: v3
1515
path: ./actions
1616
- name: Install Actions
1717
run: npm install --production --prefix ./actions

.github/workflows/on-open.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'microsoft/vscode-github-triage-actions'
14-
ref: v2
14+
ref: v3
1515
path: ./actions
1616
- name: Install Actions
1717
run: npm install --production --prefix ./actions
@@ -36,3 +36,10 @@ jobs:
3636
labelColor: "006b75"
3737
labelDescription: Issues found in a recent release of VS Code
3838
days: 5
39+
40+
- name: Run Clipboard Labeler
41+
uses: ./actions/regex-labeler
42+
with:
43+
label: "invalid"
44+
mustNotMatch: "^We have written the needed data into your clipboard because it was too large to send\. Please paste\.$"
45+
comment: "It looks like you're using our automatic issue generator but did not paste the generated text into the created issue. We've closed this issue, please open a new one with the text the generator placed on your clipboard.\n\nHappy Coding!"

.github/workflows/test-plan-item-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
repository: 'microsoft/vscode-github-triage-actions'
1616
path: ./actions
17-
ref: v2
17+
ref: v3
1818
- name: Install Actions
1919
if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item')
2020
run: npm install --production --prefix ./actions

0 commit comments

Comments
 (0)