Skip to content

Commit

Permalink
Update Sync labels CI: use inputs instead list
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Nov 21, 2024
1 parent 2847d3b commit 9b7bc29
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .github/workflows/sync_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@ name: Sync labels

on:
workflow_dispatch:
inputs:
repository:
description: 'Repository'
required: true
type: choice
options:
- rehlds/.github
- rehlds/rehlds.github.io
- rehlds/ReHLDS
- rehlds/ReGameDLL_CS
- rehlds/ReAPI
- rehlds/Metamod-R
- rehlds/ReVoice
- rehlds/ReUnion
- rehlds/ReSemiclip
- rehlds/ReFreeLook
- rehlds/ReChecker
# Archieved
- rehlds/relocalizebugfix
- rehlds/reamxmodx
- rehlds/hitboxtracker
- rehlds/metamod-r.org

jobs:
build:
Expand All @@ -12,7 +34,5 @@ jobs:
with:
manifest: .github/labels.yml
repository: |
rehlds/.github
rehlds/relocalizebugfix
rehlds/resemiclip
${{ inputs.repository }}
token: ${{ secrets.REHLDS_LABELS_PAT }}

0 comments on commit 9b7bc29

Please sign in to comment.