Skip to content

Commit

Permalink
make codespaces able to change prs
Browse files Browse the repository at this point in the history
  • Loading branch information
resucutie committed May 18, 2024
1 parent 012e742 commit e1358f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"customizations": {
"codespaces": {
"repositories": {
"resucutie/beyond-software-list": {
"permissions": {
"pull_requests": "write"
}
}
}
}
}
}

0 comments on commit e1358f7

Please sign in to comment.