提交 f24a7ba4 编写于 作者: J Jackson Kearl

Move to "microsoft/vscode-github-triage-actions"

上级 83e0a5bc
name: Needs More Info Labeler
on:
issues:
types: [opened, edited]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v22
- name: Run Needs More Info Labeler
uses: ./needs-more-info-labeler
with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b'
tags: feature_request_template
bots: vscodebot|vscode-triage-bot
comment: "Thanks for creating this issue! We detected it's missing some basic information, such as your VS Code and operating system versions, or in some other way doesn't follow our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines. Please take the time to review these guidelines and update the issue.\n\nThis comment will go away once sufficient information is included in your issue.\n\nHappy Coding!"
label: needs more info
......@@ -14,9 +14,12 @@ jobs:
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v22
repository: 'microsoft/vscode-github-triage-actions'
ref: v1
path: ./actions
- name: Install Actions
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')
run: npm install --production --prefix ./actions
- name: Checkout Repo
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')
uses: actions/checkout@v2
......
......@@ -12,8 +12,10 @@ jobs:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v22
repository: 'microsoft/vscode-github-triage-actions'
ref: v1
- name: Install Actions
run: npm install --production
- name: Run Commands
uses: ./commands
with:
......
......@@ -10,8 +10,10 @@ jobs:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v22
repository: 'microsoft/vscode-github-triage-actions'
ref: v1
- name: Install Actions
run: npm install --production
- name: Run CopyCat (JacksonKearl/testissues)
uses: ./copycat
with:
......
......@@ -14,8 +14,11 @@ jobs:
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v22
repository: 'microsoft/vscode-github-triage-actions'
ref: v1
- name: Install Actions
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
run: npm install --production
- name: Run Feature Request Manager
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
uses: ./feature-request
......
......@@ -17,8 +17,10 @@ jobs:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v22
repository: 'microsoft/vscode-github-triage-actions'
ref: v1
- name: Install Actions
run: npm install --production
- name: Run Locker
uses: ./locker
with:
......
......@@ -11,8 +11,10 @@ jobs:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v22
repository: 'microsoft/vscode-github-triage-actions'
ref: v1
- name: Install Actions
run: npm install --production
- name: Run Needs More Info Closer
uses: ./needs-more-info-closer
with:
......
......@@ -10,8 +10,10 @@ jobs:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v22
repository: 'microsoft/vscode-github-triage-actions'
ref: v1
- name: Install Actions
run: npm install --production
- name: Run New Release
uses: ./new-release
with:
......
......@@ -11,8 +11,11 @@ jobs:
if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item')
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v22
repository: 'microsoft/vscode-github-triage-actions'
ref: v1
- name: Install Actions
if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item')
run: npm install --production
- name: Run Test Plan Item Validator
if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item')
uses: ./test-plan-item-validator
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册