Skip to content

Commit 0514ccf

Browse files
committed
Add note to point out claude permissions issues
1 parent 45e5d1d commit 0514ccf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
7. Push your branch to origin using: git push -u origin <branch-name>
123123
8. Post a comment to issue #${{ github.event_name == 'workflow_dispatch' && inputs.issue_number || github.event.issue.number }} with:
124124
- Summary of changes made
125+
- Highlight any actions attempted but did not have access to complete
125126
- Link to create a PR using: https://github.com/${{ github.repository }}/compare/<branch-name>?expand=1
126127
Use the gh CLI: gh issue comment ${{ github.event_name == 'workflow_dispatch' && inputs.issue_number || github.event.issue.number }} --body "<your comment>"
127128

0 commit comments

Comments
 (0)