From 339a3f2c3e9c53eab162184b49a8ef62bb7b6266 Mon Sep 17 00:00:00 2001 From: database-tycoon Date: Thu, 12 Mar 2026 06:48:00 -0400 Subject: [PATCH 1/2] test: trigger first encounter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 786a11a..2079fca 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,4 @@ python -m pokepr ## License MIT + From 94b724196a7a37ee8347979af81203f48f0b1824 Mon Sep 17 00:00:00 2001 From: database-tycoon Date: Thu, 12 Mar 2026 06:50:05 -0400 Subject: [PATCH 2/2] fix: use local action reference for self-hosted workflow Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/pokepr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pokepr.yml b/.github/workflows/pokepr.yml index 274bb11..f901e04 100644 --- a/.github/workflows/pokepr.yml +++ b/.github/workflows/pokepr.yml @@ -10,6 +10,7 @@ jobs: permissions: pull-requests: write steps: - - uses: Database-Tycoon/PokePR@v1 + - uses: actions/checkout@v4 + - uses: ./ with: github-token: ${{ secrets.GITHUB_TOKEN }}