Skip to content

Commit edcd4f4

Browse files
author
Nikolai Emil Damm
committed
refactor(workflows): replace sync labels job with reusable workflow call
Signed-off-by: Nikolai Emil Damm <neq@energinet.dk>
1 parent 73b09ab commit edcd4f4

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/sync-labels.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ on:
44
- cron: "0 7 * * 1"
55
workflow_dispatch:
66

7-
concurrency:
8-
group: ${{ github.workflow }}-${{ github.ref }}
9-
cancel-in-progress: true
10-
117
jobs:
12-
sync:
13-
name: Run EndBug/label-sync
14-
runs-on: ubuntu-22.04
15-
steps:
16-
- uses: actions/checkout@v4
17-
- uses: EndBug/label-sync@v2
18-
with:
19-
config-file: "https://raw.githubusercontent.com/devantler/.github/refs/heads/main/.github/labels.yaml"
20-
delete-other-labels: true
8+
call-sync-labels-workflow:
9+
uses: devantler-tech/.github/.github/workflows/sync-labels.yaml@main

0 commit comments

Comments
 (0)