Skip to content

Commit 0728ff1

Browse files
workflows: add dashboard team management file
To add and remove members of the dashboard team we use a specific membership file, this way it's easier to onboarding and offboard new members. Github has a policy that only members of an organization can be part of a team, this change automates that invitation and team setup. Signed-off-by: Victor Accarini <victor.accarini@profusion.mobi>
1 parent 6e6f959 commit 0728ff1

6 files changed

Lines changed: 495 additions & 0 deletions

File tree

.github/dashboard-team

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
nuclearcat
2+
bhcopeland
3+
victor-accarini
4+
alanpeixinho
5+
gustavobtflores

.github/scripts/package-lock.json

Lines changed: 186 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/scripts/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "automation-scripts",
3+
"private": true,
4+
"type": "commonjs",
5+
"dependencies": {
6+
"@octokit/rest": "22.0.1"
7+
}
8+
}

0 commit comments

Comments
 (0)