Update actions & use author-verified label for author-verified issues.

This commit is contained in:
Jackson Kearl 2020-03-31 09:49:20 -07:00
parent 62b8df0cbd
commit 8f894e8b00
9 changed files with 9 additions and 9 deletions

View file

@ -96,7 +96,7 @@
"@author"
],
"action": "updateLabels",
"addLabel": "verified",
"addLabel": "author-verified",
"removeLabel": "author-verification-requested",
"requireLabel": "author-verification-requested",
"disallowLabel": "awaiting-insiders-release"

View file

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v16
ref: v18
- name: Run Needs More Info Labeler
uses: ./needs-more-info-labeler
with:

View file

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: master # update once stabalized
ref: v18
path: ./actions
- name: Checkout Repo
uses: actions/checkout@v2

View file

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v16
ref: v18
- name: Run Commands
uses: ./commands
with:

View file

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v16
ref: v18
- name: Run CopyCat (JacksonKearl/testissues)
uses: ./copycat
with:

View file

@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v16
ref: v18
- name: Run Locker
uses: ./locker
with:

View file

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v16
ref: v18
- name: Run Needs More Info Closer
uses: ./needs-more-info-closer
with:

View file

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v16
ref: v18
- name: Run New Release
uses: ./new-release
with:

View file

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v16
ref: v18
- name: Run Test Plan Item Validator
uses: ./test-plan-item-validator
with: