Skip to content
Draft
Changes from 2 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
13 changes: 13 additions & 0 deletions .github/workflows/pr-lifecycle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: PR Lifecycle

on:
pull_request_target:
types: [opened, reopened, converted_to_draft, ready_for_review, closed]
Comment thread
coderabbitai[bot] marked this conversation as resolved.

permissions: {}

jobs:
pr-lifecycle:
uses: OpenZeppelin/midnight-handbook/.github/workflows/pr-lifecycle-template.yml@5e717d2eb0cc9e957ae44f608e9601d09c9f43a0 # main as of 2026-02-25
secrets:
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}
Comment thread
coderabbitai[bot] marked this conversation as resolved.