Skip to content

Commit

Permalink
Update confirmation patterns for GitLab and GitHub integration commands
Browse files Browse the repository at this point in the history
  • Loading branch information
JegernOUTT committed Dec 12, 2024
1 parent 2043d52 commit a445af2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/integrations/integr_github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@ available:
on_your_laptop_possible: true
when_isolated_possible: true
confirmation:
ask_user_default: ["gh * delete", "gh * close"]
deny_default: ["gh auth token"]
ask_user_default: ["gh * delete *", "gh * close *"]
deny_default: ["gh auth token *"]
"#;
4 changes: 2 additions & 2 deletions src/integrations/integr_gitlab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,6 @@ available:
on_your_laptop_possible: true
when_isolated_possible: true
confirmation:
ask_user_default: ["glab * delete"]
deny_default: ["glab auth token"]
ask_user_default: ["glab * delete *"]
deny_default: ["glab auth token *"]
"#;

0 comments on commit a445af2

Please sign in to comment.