Skip to content

Commit d8f2317

Browse files
committed
Sync daily-continuous-progress.yml from .github repo
1 parent 5c9e203 commit d8f2317

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/daily-continuous-progress.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ on:
88

99
jobs:
1010
continuous-progress:
11-
runs-on: ubuntu-latest
11+
runs-on: [self-hosted, linux, x64, big]
1212
timeout-minutes: 30
1313
permissions:
1414
contents: write
1515
issues: write
1616
pull-requests: write
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v4.3.1
2020

2121
- name: Analyze repo and create progress issue
22-
uses: actions/github-script@v7
22+
uses: actions/github-script@v7.1.0
2323
with:
2424
script: |
2525
const issueTitle = 'Daily Progress: ' + new Date().toISOString().split('T')[0];
@@ -61,7 +61,7 @@ jobs:
6161
repo: context.repo.repo,
6262
title: issueTitle,
6363
body: body,
64-
labels: ['automation', 'continuous-progress', 'copilot']
64+
labels: ['automation', 'continuous-progress', 'copilot', 'warp']
6565
});
6666
6767
console.log('Created issue:', issue.data.html_url);

0 commit comments

Comments
 (0)