Skip to content

Commit 8b5f27b

Browse files
authored
master -> main. (#5010)
1 parent d0d9d14 commit 8b5f27b

28 files changed

+77
-77
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Describe the changes made in this PR.
1717

1818
### Checklist
1919
- [ ] Added tests that prove my fix is effective or that my feature works
20-
- [ ] Updated the [changelog](https://github.com/Unity-Technologies/ml-agents/blob/master/com.unity.ml-agents/CHANGELOG.md) (if applicable)
21-
- [ ] Updated the [documentation](https://github.com/Unity-Technologies/ml-agents/tree/master/docs) (if applicable)
22-
- [ ] Updated the [migration guide](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Migrating.md) (if applicable)
20+
- [ ] Updated the [changelog](https://github.com/Unity-Technologies/ml-agents/blob/main/com.unity.ml-agents/CHANGELOG.md) (if applicable)
21+
- [ ] Updated the [documentation](https://github.com/Unity-Technologies/ml-agents/tree/main/docs) (if applicable)
22+
- [ ] Updated the [migration guide](https://github.com/Unity-Technologies/ml-agents/blob/main/docs/Migrating.md) (if applicable)
2323

2424
### Other comments

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pre-commit
33
on:
44
pull_request:
55
push:
6-
branches: [master]
6+
branches: [main]
77

88
jobs:
99
pre-commit:

.github/workflows/publish_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
package-path: [ml-agents, ml-agents-envs, gym-unity]
1717

1818
steps:
19-
- uses: actions/checkout@master
19+
- uses: actions/checkout@main
2020
- name: Set up Python 3.7
2121
uses: actions/setup-python@v1
2222
with:

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- 'test_requirements.txt'
1111
- '.github/workflows/pytest.yml'
1212
push:
13-
branches: [master]
13+
branches: [main]
1414

1515
jobs:
1616
pytest:

.yamato/com.unity.ml-agents-performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Run_Mac_Perfomance_Tests{{ editor.version }}:
2020
triggers:
2121
cancel_old_ci: true
2222
recurring:
23-
- branch: master
23+
- branch: main
2424
frequency: daily
2525
artifacts:
2626
logs:

.yamato/com.unity.ml-agents-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ all_package_tests:
6060
triggers:
6161
cancel_old_ci: true
6262
recurring:
63-
- branch: master
63+
- branch: main
6464
frequency: daily
6565

6666
{% for package in packages %}
@@ -101,7 +101,7 @@ test_{{ package.name }}_{{ platform.name }}_{{ editor.version }}:
101101
cancel_old_ci: true
102102
{% if platform.name == "linux" %}
103103
expression: |
104-
(pull_request.target eq "master" OR
104+
(pull_request.target eq "main" OR
105105
pull_request.target match "release.+") AND
106106
NOT pull_request.draft AND
107107
(pull_request.changes.any match "com.unity.ml-agents/**" OR

.yamato/compressed-sensor-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test_compressed_obs_{{ editor.version }}:
2323
cancel_old_ci: true
2424
{% if editor.extra_test == "sensor" %}
2525
expression: |
26-
(pull_request.target eq "master" OR
26+
(pull_request.target eq "main" OR
2727
pull_request.target match "release.+") AND
2828
NOT pull_request.draft AND
2929
(pull_request.changes.any match "com.unity.ml-agents/**" OR

.yamato/gym-interface-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test_gym_interface_{{ editor.version }}:
2323
cancel_old_ci: true
2424
{% if editor.extra_test == "gym" %}
2525
expression: |
26-
(pull_request.target eq "master" OR
26+
(pull_request.target eq "main" OR
2727
pull_request.target match "release.+") AND
2828
NOT pull_request.draft AND
2929
(pull_request.changes.any match "com.unity.ml-agents/**" OR

.yamato/protobuf-generation-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test_linux_protobuf_generation:
2828
triggers:
2929
cancel_old_ci: true
3030
expression: |
31-
(pull_request.target eq "master" OR
31+
(pull_request.target eq "main" OR
3232
pull_request.target match "release.+") AND
3333
NOT pull_request.draft AND
3434
(pull_request.changes.any match "protobuf-definitions/**" OR

.yamato/pytest-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pytest_gpu:
1616
triggers:
1717
cancel_old_ci: true
1818
recurring:
19-
- branch: master
19+
- branch: main
2020
frequency: daily
2121
artifacts:
2222
logs:

0 commit comments

Comments
 (0)