Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dashboard-team
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nuclearcat
bhcopeland
victor-accarini
alanpeixinho
gustavobtflores
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add me too?

Copy link
Copy Markdown
Member

@bhcopeland bhcopeland May 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also all commits should have a signed off tag. But I noticed you guys don't do that, is that something we can change going forward?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the workflow to work we need to set the ORG_ADMIN_TOKEN secret, or if we already have another valid secret I can update to use that instead

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I be added as well? :)

186 changes: 186 additions & 0 deletions .github/scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .github/scripts/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "automation-scripts",
"private": true,
"type": "commonjs",
"dependencies": {
"@octokit/rest": "22.0.1"
}
}
Loading
Loading