Remove optional parameters from example-cross-repo.yml workflow, streamlining configuration for issue handling.

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar Bakr 2025-06-15 13:55:45 +03:00
parent 569f543320
commit 5cdfff250b
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -25,9 +25,6 @@ jobs:
with: with:
TARGET_REPO: "target-repo" # Replace with your target repository name (without org) TARGET_REPO: "target-repo" # Replace with your target repository name (without org)
OWNER: "my-org" # Replace with your organization name 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: # Other optional configurations: