Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce workflow that automatically closes pull requests #8139

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
No need to re-check repo.
  • Loading branch information
desrosj committed Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 027dd0a9308c2d0b58f5c81a9e9eed461e4c164c
3 changes: 1 addition & 2 deletions .github/workflows/reusable-cleanup-pull-requests.yml
Original file line number Diff line number Diff line change
@@ -21,11 +21,10 @@ jobs:
# - Searches for pull requests referencing any fixed tickets.
# - Leaves a comment on each PR before closing.
close-prs:
name: Clean up relevant pull requests
name: Find and close PRs
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: ${{ github.repository == 'WordPress/wordpress-develop' }}

steps:
- name: Find fixed ticket numbers