From 5dd6d94342b685c015e91c8b1a54bd844e76c345 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 11 Nov 2025 09:07:06 -0500 Subject: [PATCH] .github: update reference The referenced issue has hundreds of automated mentions, making it quite hard to look at. --- .github/workflows/ci.yml | 3 ++- .github/workflows/gen.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a3ca4c9..1a0307e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,8 +55,9 @@ jobs: # abuse; the canonical workaround is to use a sufficiently authorized # token. # - # See https://github.com/peter-evans/create-pull-request/issues/48. + # See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#workarounds-to-trigger-further-workflow-runs. token: ${{ secrets.CRABBY_GITHUB_TOKEN }} + push-to-fork: crabby-the-crab/aya branch: create-pull-request/public-api commit-message: 'public-api: regenerate' title: 'public-api: regenerate' diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index e63ccc1b..c2204c87 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -47,8 +47,9 @@ jobs: # abuse; the canonical workaround is to use a sufficiently authorized # token. # - # See https://github.com/peter-evans/create-pull-request/issues/48. + # See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#workarounds-to-trigger-further-workflow-runs. token: ${{ secrets.CRABBY_GITHUB_TOKEN }} + push-to-fork: crabby-the-crab/aya branch: create-pull-request/codegen commit-message: | aya-obj, aya-ebpf-bindings: regenerate