From 5cdfff250bea95a9e0f3d5f2c7974dcda37dba70 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Sun, 15 Jun 2025 13:55:45 +0300 Subject: [PATCH] Remove optional parameters from example-cross-repo.yml workflow, streamlining configuration for issue handling. Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- .github/workflows/example-cross-repo.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/example-cross-repo.yml b/.github/workflows/example-cross-repo.yml index 1ebc2da..6407695 100644 --- a/.github/workflows/example-cross-repo.yml +++ b/.github/workflows/example-cross-repo.yml @@ -25,9 +25,6 @@ jobs: with: TARGET_REPO: "target-repo" # Replace with your target repository name (without org) OWNER: "my-org" # Replace with your organization name - TOKEN: ${{ secrets.CROSS_REPO_TOKEN }} # Token with access to the target repository - CLOSE_ISSUES: "true" # Optional: close issues when TODOs are removed - AUTO_ASSIGN: "true" # Optional: assign issues to the committer # Other optional configurations: