Merge branch 'main' into bmw/schema

This commit is contained in:
Brandon Waterloo [MSFT] 2022-03-02 16:40:42 -05:00
Родитель 3ae3b4c33b d611ee5614
Коммит 0f09257647
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