mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 13:56:44 +00:00
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:
parent
569f543320
commit
5cdfff250b
3
.github/workflows/example-cross-repo.yml
vendored
3
.github/workflows/example-cross-repo.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user