Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit

Permalink
Update default deny configuration keys across integrations
Browse files Browse the repository at this point in the history
Replace 'deny_user_default' with 'deny_default' in GitLab, GitHub, and PDB integration files for consistency.
  • Loading branch information
JegernOUTT committed Dec 12, 2024
1 parent ebd46bd commit 2043d52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/integrations/integr_github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,5 @@ available:
when_isolated_possible: true
confirmation:
ask_user_default: ["gh * delete", "gh * close"]
deny_user_default: ["gh auth token"]
deny_default: ["gh auth token"]
"#;
2 changes: 1 addition & 1 deletion src/integrations/integr_gitlab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,5 @@ available:
when_isolated_possible: true
confirmation:
ask_user_default: ["glab * delete"]
deny_user_default: ["glab auth token"]
deny_default: ["glab auth token"]
"#;
2 changes: 1 addition & 1 deletion src/integrations/integr_pdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,5 +389,5 @@ available:
when_isolated_possible: true
confirmation:
ask_user_default: []
deny_user_default: []
deny_default: []
"#;

0 comments on commit 2043d52

Please sign in to comment.