From ad03b3771a5cd05f62cd51549b3e4a58b60256b1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Tue, 3 Mar 2026 16:07:53 -0500 Subject: [PATCH 1/2] ci(digest): approve with DIGEST_PAT after disabling require_last_push_approval (#66) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit require_last_push_approval blocked barrettruth from approving their own push. Disabled that restriction in the ruleset — 1 approval is still required for all PRs, but the approver can now be the pusher. DIGEST_PAT (barrettruth) approves, CI runs via PAT push, auto-merge fires when checks pass. --- .github/workflows/upstream-digest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/upstream-digest.yml b/.github/workflows/upstream-digest.yml index df155e2..2ebfc22 100644 --- a/.github/workflows/upstream-digest.yml +++ b/.github/workflows/upstream-digest.yml @@ -45,5 +45,6 @@ jobs: --body "Automated weekly digest of new upstream activity. Triage by updating statuses and notes." \ --base main \ --head "${BRANCH}") + GH_TOKEN="${{ secrets.DIGEST_PAT }}" gh pr review "${PR_URL}" --approve gh pr merge "${PR_URL}" --auto --squash fi From 9b656387fb295fa1742dad3fb793cfa41eac252a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 21:08:58 +0000 Subject: [PATCH 2/2] docs(upstream): upstream digest (#67) docs(upstream): upstream digest 2026-03-03 Co-authored-by: github-actions[bot] --- doc/upstream.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/upstream.md b/doc/upstream.md index 5754760..f83b4a2 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -46,6 +46,7 @@ Bugs fixed in this fork that remain open upstream. | [#708](https://github.com/stevearc/oil.nvim/pull/708) | Move file into new dir by renaming | deferred — needs rewrite | | [#721](https://github.com/stevearc/oil.nvim/pull/721) | `create_hook` to populate file contents | open | | [#728](https://github.com/stevearc/oil.nvim/pull/728) | `open_split` for opening oil in a split | tracked — [#2](https://github.com/barrettruth/canola.nvim/issues/2) | +| [#735](https://github.com/stevearc/oil.nvim/pull/735) | gX opens external program with a selection. | open | ## Upstream issues @@ -161,3 +162,4 @@ addressed, `open` = not yet triaged. | [#714](https://github.com/stevearc/oil.nvim/issues/714) | not actionable | Support question — answered | | [#719](https://github.com/stevearc/oil.nvim/issues/719) | not actionable | Neovim crash on node_modules — libuv/neovim bug | | [#726](https://github.com/stevearc/oil.nvim/issues/726) | not actionable | Meta discussion/roadmap | +| [#736](https://github.com/stevearc/oil.nvim/issues/736) | open | feature request: make icons virtual text |