This commit is contained in:
Brandon Waterloo [MSFT] 2022-03-02 14:17:00 -05:00 коммит произвёл GitHub
Родитель dc321560e6
Коммит d611ee5614
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 14 добавлений и 14 удалений

14
.github/workflows/locker.yml поставляемый
Просмотреть файл

@ -8,16 +8,16 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout triage-actions
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: "microsoft/vscode-azuretools"
path: ./azuretools
ref: v0.2.0-triage-actions
- name: npm install
run: npm install --production --prefix ./azuretools/triage-actions
repository: "microsoft/vscode-github-triage-actions"
path: ./actions
ref: stable
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run Locker
uses: ./azuretools/triage-actions/locker
uses: ./actions/locker
with:
token: ${{secrets.AZCODE_BOT_PAT}}
daysSinceClose: 45

14
.github/workflows/needs-more-info-closer.yml поставляемый
Просмотреть файл

@ -8,16 +8,16 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout triage-actions
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: "microsoft/vscode-azuretools"
path: ./azuretools
ref: v0.2.0-triage-actions
- name: npm install
run: npm install --production --prefix ./azuretools/triage-actions
repository: "microsoft/vscode-github-triage-actions"
path: ./actions
ref: stable
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run Needs More Info Closer
uses: ./azuretools/triage-actions/needs-more-info-closer
uses: ./actions/needs-more-info-closer
with:
token: ${{secrets.AZCODE_BOT_PAT}}
label: needs more info