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
19 changes: 19 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Audit organization
on:
schedule:
- cron: '0 9 * * 1' # every Monday 09:00 UTC
workflow_dispatch:

jobs:
audit:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: avivkeller/organization-auditor@1d9dadd60b64170295a07e6caee452d71999e641 # v1.0.0
with:
org: nodejs
token: ${{ secrets.GH_USER_TOKEN }}
ignore-repositories: nodejs/moderation,nodejs/ambassadors,nodejs/collaborators-public-votes
ignore-teams: collaborators,tsc,package-maintainence,bots,ambassadors,moderation,marketing
interaction-types: commit,pr,pr-review,pr-comment,issue,issue-comment
2 changes: 2 additions & 0 deletions request-an-access-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Repo | Secret name | Expirati
[`nodejs-private/security-release`][] | `SECURITY_WG_GITHUB_TOKEN` | 2027-01-30 | <https://github.com/nodejs/admin/pull/950> |
[`nodejs/require-in-the-middle`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2027-01-30 | <https://github.com/nodejs/admin/pull/951> |
[`nodejs/orchestrion-js`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2026-11-08 | <https://github.com/nodejs/admin/pull/1023> |
[`nodejs/admin`][] | `GH_USER_TOKEN` | | <https://github.com/nodejs/admin/pull/1061> |

[`@nodejs-github-bot`]: https://github.com/nodejs-github-bot
[`nodejs-private/security-release`]: https://github.com/nodejs-private/security-release
Expand All @@ -63,3 +64,4 @@ Repo | Secret name | Expirati
[`nodejs/require-in-the-middle`]: https://github.com/nodejs/require-in-the-middle
[`nodejs/wasm-builder`]: https://github.com/nodejs/wasm-builder
[`nodejs/doc-kit`]: https://github.com/nodejs/doc-kit
[`nodejs/admin`]: https://github.com/nodejs/admin