We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b2b39 commit fa22835Copy full SHA for fa22835
.github/workflows/daily-continuous-progress.yml
@@ -74,9 +74,9 @@ jobs:
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
- });
+ await github.rest.issues.createComment({
+ owner: context.repo.owner,
+ repo: context.repo.repo,
+ issue_number: issue.data.number,
+ body: '@copilot please open a PR for this.'
+ });
0 commit comments