Skip to content

Commit

Permalink
Merge #11329
Browse files Browse the repository at this point in the history
11329: Reorder scopes to be alphabetically ordered. r=RobbieMcKinstry a=RobbieMcKinstry

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

Reorder scopes to be alphabetically ordered.

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [ ] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


Co-authored-by: Robbie McKinstry <robbie@pulumi.com>
  • Loading branch information
bors[bot] and RobbieMcKinstry committed Nov 10, 2022
2 parents 7316c63 + d506398 commit 33c1aa3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions changelog/config.yaml
Expand Up @@ -4,16 +4,16 @@ types:
chore: "Miscellaneous"
scopes:
auto: [dotnet, go, java, nodejs, python, yaml]
backend: [service, filestate]
cli: [about, config, display, engine, import, new, plugin, package, state]
pkg: [testing]
sdk: [dotnet, go, java, nodejs, python, yaml]
components: [dotnet, go, java, nodejs, python, yaml]
engine: []
backend: [filestate, service]
build: []
ci: []
cli: [about, config, display, engine, import, new, plugin, package, state]
components: [dotnet, go, java, nodejs, python, yaml]
docs: []
engine: []
pkg: [testing]
programgen: [dotnet, go, java, nodejs, python, yaml]
sdkgen: [dotnet, go, java, nodejs, python, yaml]
protobuf: []
yaml: []
sdk: [dotnet, go, java, nodejs, python, yaml]
sdkgen: [dotnet, go, java, nodejs, python, yaml]
yaml: []

0 comments on commit 33c1aa3

Please sign in to comment.