From a2b50ab25bfcbcbaade5ca80f633619660cb7aa8 Mon Sep 17 00:00:00 2001 From: Mike Hamer Date: Tue, 17 Nov 2020 14:04:33 -0500 Subject: [PATCH 1/2] Update master to main --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From b70fe048cdf99f03cd678278c1d0c69eaaa218a8 Mon Sep 17 00:00:00 2001 From: Mike Hamer Date: Tue, 17 Nov 2020 14:04:57 -0500 Subject: [PATCH 2/2] Remove GitHub templates for PR and issues --- .github/ISSUE_TEMPLATE/custom.md | 10 ---------- .github/pull_request_template.md | 1 - 2 files changed, 11 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/custom.md delete mode 100644 .github/pull_request_template.md 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!