Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/input-required-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
function getLastSubstantiveComment(comments) {
// Filter out dependency status comments and other automated comments
const substantiveComments = comments.filter(c =>
c.user.login !== 'github-actions[bot]' &&
!c.body.includes('## 🔗 Dependency Status') &&
!c.body.includes('*This comment is automatically updated by')
);
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/monthly-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,3 @@ jobs:
issue_number="${issue_url##*/}"

echo "issue_number=$issue_number" >> $GITHUB_OUTPUT

- name: Post initial comment
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh issue comment ${{ steps.create_issue.outputs.issue_number }} --body "Monthly audit issue created. Please review the repository activity summary above and follow the audit tasks.

When ready, Claude will analyze the activity and post findings as a comment.

---
✨ Content generated by Claude AI."
Loading