Skip to content

Commit

Permalink
build: disable owlbot from touching files in this repo (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Jan 3, 2024
1 parent 8728d4a commit 8ab6ae8
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.


import synthtool.languages.node as node

node.owlbot_main(templates_excludes=[
'README.md',
'CONTRIBUTING.md',
'.eslintignore',
'.eslintrc.json',
'.mocharc.js',
'.prettierignore',
'.prettierrc',
'.nycrc',
'.kokoro/release/publish.cfg',
'.kokoro/presubmit/node10/system-test.cfg',
'.kokoro/continuous/node10/system-test.cfg',
'.kokoro/system-test.sh',
'.mocharc.js',
'.github/generated-files-bot.yml',
'.github/release-please.yml',
'.github/sync-repo-settings.yaml',
'.github/workflows/ci.yaml',
])
# Intentionally left blank. This is a standalone node repo.

0 comments on commit 8ab6ae8

Please sign in to comment.