/
githubmirror
/
syncthing
Обзор
Документация
Войти
/
githubmirror
/
syncthing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/pr-metadata.yaml
28 строк
519 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: PR metadata on: pull_request_target: types: - opened - reopened - edited - synchronize permissions: contents: read pull-requests: write jobs: # # Set labels on PRs, which are then used to categorise release notes # labels: name: Set labels if: github.repository_owner == 'syncthing' runs-on: ubuntu-latest steps: - uses: srvaroa/labeler@9c29ad1ef33d169f9ef33c52722faf47a566bcf3 # v1 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"