Skip to content

Commit

Permalink
Merge pull request #265 from SFDigitalServices/auto-protected-branch
Browse files Browse the repository at this point in the history
chore: add plugin for auto to deal with protected branch
  • Loading branch information
aekong authored Sep 1, 2023
2 parents 42170d3 + 2577510 commit 164e19f
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"canary": {
"target": "pr-body",
"force": true
}
},
"plugins": [
"protected-branch"
]
}
41 changes: 41 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@auto-it/protected-branch": "^11.0.1",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
Expand Down

0 comments on commit 164e19f

Please sign in to comment.