@firestartr/cli 1.50.1-snapshot-8 → 1.50.1-snapshot-9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -310010,7 +310010,7 @@ class RepoGithubDecanter extends GithubDecanter {
310010
310010
  const teamAdmins = this.data.teamsAndMembers.teams
310011
310011
  .filter((team) => team.role === 'admin')
310012
310012
  .map((team) => {
310013
- return `group:${team.name}`;
310013
+ return `group:${team.slug}`;
310014
310014
  });
310015
310015
  const admins = directAdmins.concat(outsideAdmins).concat(teamAdmins);
310016
310016
  const overrides = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.50.1-snapshot-8",
3
+ "version": "1.50.1-snapshot-9",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",