Skip to content

Conversation

@web3-bot
Copy link
Collaborator

This PR was created automatically by the @web3-bot as a part of the Unified CI project.

@acul71
Copy link
Contributor

acul71 commented Dec 16, 2025

Merge Impact Analysis: PR #23

What Happens When You Merge

Immediate Effects

Files Added:

  • .github/workflows/generated-pr.yml - Workflow for closing generated PRs
  • .github/workflows/stale.yml - Workflow for closing stale issues

Workflows Activated:

  • Both workflows become active immediately
  • They will NOT run automatically until the next scheduled time (00:00 UTC daily)
  • You can manually trigger them anytime via GitHub Actions UI

Ongoing Behavior

1. Stale Issues Workflow (stale.yml)

Schedule: Daily at 00:00 UTC (midnight UTC)

What it does:

  • Scans all open issues and pull requests
  • Identifies items with no activity for a certain period (typically 60-90 days, depends on reusable workflow defaults)
  • Adds "stale" label and comments on stale items
  • After a grace period (typically 7-14 days), closes items that remain stale
  • Items with exempt labels (like "pinned", "security") are typically ignored

Permissions Used:

  • issues: write - Can add labels, comments, and close issues
  • pull-requests: write - Can add labels, comments, and close PRs

2. Generated PRs Workflow (generated-pr.yml)

Schedule: Daily at 00:00 UTC (midnight UTC)

What it does:

  • Identifies pull requests created by automated bots (like web3-bot)
  • Closes PRs that match certain criteria (likely based on author, labels, or patterns)
  • Helps keep the PR list clean by removing automated PRs that are no longer relevant

Permissions Used:

  • issues: write - Can add labels and comments
  • pull-requests: write - Can close PRs

@acul71 acul71 merged commit 297089f into master Dec 16, 2025
19 of 21 checks passed
acul71 pushed a commit that referenced this pull request Dec 16, 2025
* chore: add or force update .github/workflows/stale.yml

* chore: add or force update .github/workflows/generated-pr.yml
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.

3 participants