diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index d948496..0000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Autogen Notice -about: Notices the issue opener that this repo contains autogenerated code -title: '' -labels: '' -assignees: '' - ---- - -Hi! Thank you for opening up an issue with us! This repo contains autogenerated code, and changes need to be on our upstream source. Please open a [support ticket](https://support.bandwidth.com/) to reach out to us! diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 46e054e..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1 +0,0 @@ -Hi! Thank you for opening a pull request! Unfortunately, this repo contains autogenerated code so your change will be lost in the next update. Please open a [support ticket](https://support.bandwidth.com/) to reach out to us! diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index bbdf0b9..4ff1b5a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -3,7 +3,7 @@ name: Validate SDK on: pull_request: branches: - - 'master' + - 'main' jobs: deploy: