Skip to content

Commit 0060a5a

Browse files
committed
Sync daily-continuous-progress.yml from .github repo
1 parent 46a4a58 commit 0060a5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@ jobs:
7373
issue_number: issue.data.number,
7474
assignees: ['copilot']
7575
});
76+
77+
await github.rest.issues.createComment({
78+
owner: context.repo.owner,
79+
repo: context.repo.repo,
80+
issue_number: issue.data.number,
81+
body: '@copilot : please open a pr for this sir!)'
82+
});

0 commit comments

Comments
 (0)