Skip to content
Open
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/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- `actions/`: local composite actions shared by workflows in this repository.
- `ISSUE_TEMPLATE/`: GitHub issue forms and issue-template chooser configuration.
- `pull_request_template.md`: default pull request checklist for Bachkator changes.
- `always-open-pr.md`: marker file for the intentionally long-lived example PR branch.

## Local Contracts

Expand Down
7 changes: 7 additions & 0 deletions .github/always-open-pr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Always-Open Example PR

This file exists only on the `example/always-open-pr` branch.

The pull request for this branch is intentionally kept open as a stable example PR for testing repository automation, branch protection, notifications, and review flows.

Do not merge this PR.
Loading