-
Notifications
You must be signed in to change notification settings - Fork 1
30 lines (28 loc) · 1.04 KB
/
sync_labels.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Label sync
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # at 00:00
jobs:
sync_labels:
name: Sync labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Label Sync Action
uses: srealmoreno/[email protected]
with:
token: ${{ secrets.ACCESS_TOKEN }}
clean-labels: false
repositories: |
OrcaCollective/OpenOversight
OrcaCollective/1-312-hows-my-driving
OrcaCollective/techbloc-airflow
OrcaCollective/spd-data-watch
OrcaCollective/techbloc-directory
OrcaCollective/pra-request-tracker
OrcaCollective/jils-monitor
OrcaCollective/spd-lookup
OrcaCollective/not911.me
OrcaCollective/radio-chaser
OrcaCollective/umbrella-openmhz-encrypted