Skip to content

Commit

Permalink
Disable Projects v2 in Octo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Feb 23, 2024
1 parent bcb1dc7 commit cca0f95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin/octo.lua
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
require('octo').setup()
require('octo').setup({
suppress_missing_scope = {
projects_v2 = true,
},
})

0 comments on commit cca0f95

Please sign in to comment.