Skip to content

Commit 4d3fa35

Browse files
committed
Sync auto-assign-copilot.yml from .github repo
1 parent 0cce737 commit 4d3fa35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-assign-copilot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
ensure-labels:
14-
runs-on: ubuntu-latest
14+
runs-on: [self-hosted, linux, x64, big]
1515
if: github.event.action == 'opened' || (github.event.action == 'labeled' && github.event.label.name == 'copilot')
1616
steps:
1717
- name: Ensure required labels exist
@@ -73,7 +73,7 @@ jobs:
7373
}
7474
7575
auto-assign:
76-
runs-on: ubuntu-latest
76+
runs-on: [self-hosted, linux, x64, big]
7777
needs: ensure-labels
7878
if: contains(github.event.issue.labels.*.name, 'copilot')
7979
steps:

0 commit comments

Comments
 (0)