From bb03b541e0a63c964dcf851817585d4bb4b38675 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Thu, 16 Jul 2020 16:01:44 +0300 Subject: [PATCH] Switch from master to main branch (#1248) --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/tool-request.md | 2 +- README.md | 12 ++++++------ images.CI/azure-pipelines/ubuntu1604.yml | 4 ++-- images.CI/azure-pipelines/ubuntu1804.yml | 4 ++-- images.CI/azure-pipelines/ubuntu2004.yml | 4 ++-- images.CI/azure-pipelines/windows2016.yml | 4 ++-- images.CI/azure-pipelines/windows2019.yml | 4 ++-- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index ec053a456..0b5c2fe64 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -11,7 +11,7 @@ assignees: '' A clear and concise description of what the bug is, and why you consider it to be a bug. **Area for Triage**: - + **Question, Bug, or Feature?**: diff --git a/.github/ISSUE_TEMPLATE/tool-request.md b/.github/ISSUE_TEMPLATE/tool-request.md index 404c77b2a..02d0aeb47 100644 --- a/.github/ISSUE_TEMPLATE/tool-request.md +++ b/.github/ISSUE_TEMPLATE/tool-request.md @@ -19,7 +19,7 @@ assignees: '' - Provide a basic test case to validate the tool's functionality: **Area for Triage**: - + **Question, Bug, or Feature?**: diff --git a/README.md b/README.md index ba03f9f22..dc30f2668 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,10 @@ we pin the tool to specific version(s). Low Impact changes will be pinned in this repository and marked with the [Announcement](https://github.com/actions/virtual-environments/labels/Announcement) label. * **Regular Weekly Rhythm** can be followed by watching [Releases](https://github.com/actions/virtual-environments/releases) to see when we generate candidate environments or deploy new ones. You can also track upcoming changes using the [awaiting-deployment](https://github.com/actions/virtual-environments/labels/awaiting-deployment) label. -[ubuntu-20.04]: https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu2004-README.md -[ubuntu-18.04]: https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1804-README.md -[ubuntu-16.04]: https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1604-README.md -[Windows-2019]: https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md -[windows-2016]: https://github.com/actions/virtual-environments/blob/master/images/win/Windows2016-Readme.md -[macOS-10.15]: https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md +[ubuntu-20.04]: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md +[ubuntu-18.04]: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-README.md +[ubuntu-16.04]: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1604-README.md +[Windows-2019]: https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md +[windows-2016]: https://github.com/actions/virtual-environments/blob/main/images/win/Windows2016-Readme.md +[macOS-10.15]: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md [self-hosted runners]: https://help.github.com/en/actions/hosting-your-own-runners diff --git a/images.CI/azure-pipelines/ubuntu1604.yml b/images.CI/azure-pipelines/ubuntu1604.yml index b2c99337f..af45b23b0 100644 --- a/images.CI/azure-pipelines/ubuntu1604.yml +++ b/images.CI/azure-pipelines/ubuntu1604.yml @@ -3,7 +3,7 @@ schedules: displayName: Daily branches: include: - - master + - main always: true trigger: none @@ -11,7 +11,7 @@ pr: autoCancel: true branches: include: - - master + - main jobs: - template: image-generation.yml diff --git a/images.CI/azure-pipelines/ubuntu1804.yml b/images.CI/azure-pipelines/ubuntu1804.yml index d07bbade4..e7c303fdf 100644 --- a/images.CI/azure-pipelines/ubuntu1804.yml +++ b/images.CI/azure-pipelines/ubuntu1804.yml @@ -3,7 +3,7 @@ schedules: displayName: Daily branches: include: - - master + - main always: true trigger: none @@ -11,7 +11,7 @@ pr: autoCancel: true branches: include: - - master + - main jobs: - template: image-generation.yml diff --git a/images.CI/azure-pipelines/ubuntu2004.yml b/images.CI/azure-pipelines/ubuntu2004.yml index 87e06ad73..f46e717ee 100644 --- a/images.CI/azure-pipelines/ubuntu2004.yml +++ b/images.CI/azure-pipelines/ubuntu2004.yml @@ -3,7 +3,7 @@ schedules: displayName: Daily branches: include: - - master + - main always: true trigger: none @@ -11,7 +11,7 @@ pr: autoCancel: true branches: include: - - master + - main jobs: - template: image-generation.yml diff --git a/images.CI/azure-pipelines/windows2016.yml b/images.CI/azure-pipelines/windows2016.yml index f164a096d..39d013f99 100644 --- a/images.CI/azure-pipelines/windows2016.yml +++ b/images.CI/azure-pipelines/windows2016.yml @@ -3,7 +3,7 @@ schedules: displayName: Daily branches: include: - - master + - main always: true trigger: none @@ -11,7 +11,7 @@ pr: autoCancel: true branches: include: - - master + - main jobs: - template: image-generation.yml diff --git a/images.CI/azure-pipelines/windows2019.yml b/images.CI/azure-pipelines/windows2019.yml index f35a4f7ac..01f65c0ec 100644 --- a/images.CI/azure-pipelines/windows2019.yml +++ b/images.CI/azure-pipelines/windows2019.yml @@ -3,7 +3,7 @@ schedules: displayName: Daily branches: include: - - master + - main always: true trigger: none @@ -11,7 +11,7 @@ pr: autoCancel: true branches: include: - - master + - main jobs: - template: image-generation.yml