We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a4a58 commit 0060a5aCopy full SHA for 0060a5a
1 file changed
.github/workflows/daily-continuous-progress.yml
@@ -73,3 +73,10 @@ jobs:
73
issue_number: issue.data.number,
74
assignees: ['copilot']
75
});
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