No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jakob Borg c859a973eb
chore: clean up and generalize
Signed-off-by: Jakob Borg <jakob@kastelo.net>
2026-06-01 10:42:01 +02:00
.github/workflows build: sign images 2026-06-01 08:32:21 +02:00
.ko.yaml build: container 2025-10-24 07:38:53 +02:00
go.mod chore: logging 2025-12-01 11:29:18 +01:00
go.sum chore: logging 2025-12-01 11:29:18 +01:00
main.go chore: clean up and generalize 2026-06-01 10:42:01 +02:00
README.md build: container 2025-10-24 07:38:53 +02:00

github-org-members

This utility lists current organisation members and recent commit activity for all public repositories and makes a recommendation about membership changes. The specific values are configurable, but by default it recommends inviting contributors who have authored five commits in the last year, and removing members who have not authored any commits in the last five years.

Needs GITHUB_TOKEN and GITHUB_ORGANISATION in the environment.

on:
  workflow_dispatch:
  schedule:
    - cron: '0 0 1 * *'

jobs:

  run-recommendation:
    runs-on: ubuntu-latest
    name: Check for a recommendation
    steps:

      - uses: docker://ghcr.io/calmh/github-org-members:latest
        env:
          GITHUB_TOKEN: ...
          GITHUB_ORGANISATION: ...
          GOM_IGNORE_USERS: ...