Skip to content

Signal#14804

Merged
dependabot[bot] merged 0 commit into
signalapp:dependabot/github_actions/actions-aca0a8a16efrom
lillithlynn:main
Jun 1, 2026
Merged

Signal#14804
dependabot[bot] merged 0 commit into
signalapp:dependabot/github_actions/actions-aca0a8a16efrom
lillithlynn:main

Conversation

@lillithlynn
Copy link
Copy Markdown

  • uses: actions/stale@eb5cf3a
    with:
    days-before-stale: 60
    days-before-close: 7
    exempt-issue-labels: 'acknowledged'
    exempt-pr-labels: 'acknowledged'
    stale-issue-label: 'wontfix'
    stale-pr-label: 'wontfix'
    stale-issue-message: >
    This issue has been automatically marked as stale because it has not had
    recent activity. It will be closed if no further activity occurs. Thank you
    for your contributions!
    stale-pr-message: >
    This pull request has been automatically marked as stale because it has not had
    recent activity. It will be closed if no further activity occurs. Thank you
    for your contributions!
    close-issue-message: >
    This issue has been closed due to inactivity.
    close-pr-message: >
    This pull request has been closed due to inactivity.
    operations-per-run: 150

    Additional improvements:

    remove-stale-when-updated: true # Remove stale label if activity occurs
    remove-pr-stale-when-updated: true
    delete-branch: false # Don't auto-delete branches
    include-only-assigned: false # Process all issues/PRs, not just assigned ones

  1. Reduce Stale Period for PRs (Optional)
    Consider different durations for issues vs PRs since PRs are often time-sensitive:

YAML
days-before-stale: 60 # for issues
days-before-close: 7
4. Add More Exempt Labels
Expand exemptions for issues/PRs that shouldn't be closed:

YAML
exempt-issue-labels: 'acknowledged,blocked,roadmap,discussion'
exempt-pr-labels: 'acknowledged,blocked,dependencies'
5. Add Logging/Debugging (Optional)
Enable debug output for monitoring:

YAML
debug-only: false # Set to true temporarily for troubleshooting
6. Update Schedule (Consider)
The current 0 2 * * * (2 AM UTC) is fine, but you might want to adjust based on your team's timezone and activity patterns.

Summary
The workflow is well-configured overall, but adding remove-stale-when-updated: true and expanding exempt labels would make it more user-friendly by preventing legitimate PRs/issues from being closed if they receive new activity.

Ask anything or type @ to add context
Skip to content
Signal-Android
Repository navigation
Code
Pull requests
Agents
Your recovery codes have not been saved in the past y

@Stensel8
Copy link
Copy Markdown
Contributor

Stensel8 commented May 27, 2026

You just copypasted a github page?

Also, this needs rebasing first.

@dependabot dependabot Bot merged commit a05ce88 into signalapp:dependabot/github_actions/actions-aca0a8a16e Jun 1, 2026
4 checks passed
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions-aca0a8a16e branch from d14c559 to 3b14e86 Compare June 1, 2026 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants