Skip to content

Commit b704507

Browse files
author
Kartik Raj
committed
Use pr label action
1 parent d7466af commit b704507

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/pr-labels.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ jobs:
1313
name: 'Classify PR'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: 'PR impact specified'
17-
uses: mheap/github-action-required-labels@v4
16+
- name: Checkout Actions
17+
uses: actions/checkout@v3
1818
with:
19-
mode: exactly
20-
count: 1
21-
labels: 'bug, debt, feature-request, no-changelog'
19+
repository: 'microsoft/vscode-python-engineering'
20+
path: ./actions
21+
- name: Install Actions
22+
run: npm install --production --prefix ./actions
23+
- name: Classify PR
24+
uses: ./actions/pr-labels

0 commit comments

Comments
 (0)