We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e5d1d commit 0514ccfCopy full SHA for 0514ccf
1 file changed
.github/workflows/claude.yml
@@ -122,6 +122,7 @@ jobs:
122
7. Push your branch to origin using: git push -u origin <branch-name>
123
8. Post a comment to issue #${{ github.event_name == 'workflow_dispatch' && inputs.issue_number || github.event.issue.number }} with:
124
- Summary of changes made
125
+ - Highlight any actions attempted but did not have access to complete
126
- Link to create a PR using: https://github.com/${{ github.repository }}/compare/<branch-name>?expand=1
127
Use the gh CLI: gh issue comment ${{ github.event_name == 'workflow_dispatch' && inputs.issue_number || github.event.issue.number }} --body "<your comment>"
128
0 commit comments