Skip to content

Commit

Permalink
resolved conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis-Mittenzwei committed Dec 13, 2024
1 parent da16c54 commit d186b3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/integration/cli/issue-install-if-issue-exist
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
install issue
install issue template
$ tbx issue install feature
Installed feature in .github/ISSUE_TEMPLATE/feature.md

install another issue
install another issue template
$ tbx issue install bug
Installed bug in .github/ISSUE_TEMPLATE/bug.md

install another issue if this issue exists
Install another issue template while an issue template with the same name already exists
$ touch .github/ISSUE_TEMPLATE/refactoring.md
$ tbx issue install refactoring
Installed refactoring in .github/ISSUE_TEMPLATE/refactoring.md
2 changes: 1 addition & 1 deletion test/integration/cli/workflow-install-if-workflow-exists
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install another workflow
$ tbx workflow install checks
Installed checks in .github/workflows/checks.yml

install another workflow if this workflow exists
install workflow while a workflow with this name already exists
$ touch .github/workflows/ci.yml
$ tbx workflow install ci
Installed ci in .github/workflows/ci.yml

0 comments on commit d186b3e

Please sign in to comment.