/
githubmirror
/
syncthing
Обзор
Документация
Войти
/
githubmirror
/
syncthing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/org-members.yaml
21 строка
541 B
Jakob Borg
build: only run the periodic build jobs in the syncthing org (#10675)
01 май 2026, 08:09
Не верифицирован
01 май 2026, 08:09
1919c89
Код
Авторство
О чём код?
name: Org membership recommendations on: workflow_dispatch: schedule: - cron: '0 0 1 * *' jobs: run-recommendation: name: Check for a recommendation if: github.repository_owner == 'syncthing' runs-on: ubuntu-latest steps: - uses: docker://ghcr.io/calmh/github-org-members:latest env: GITHUB_ORGANISATION: syncthing GITHUB_TOKEN: ${{ secrets.GOM_GITHUB_TOKEN }} GOM_IGNORE_USERS: ${{ secrets.GOM_IGNORE_USERS }} GOM_ALSO_REPOS: ${{ secrets.GOM_ALSO_REPOS }}