We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b09ab commit edcd4f4Copy full SHA for edcd4f4
.github/workflows/sync-labels.yaml
@@ -4,17 +4,6 @@ on:
4
- cron: "0 7 * * 1"
5
workflow_dispatch:
6
7
-concurrency:
8
- group: ${{ github.workflow }}-${{ github.ref }}
9
- cancel-in-progress: true
10
-
11
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
+ call-sync-labels-workflow:
+ uses: devantler-tech/.github/.github/workflows/sync-labels.yaml@main
0 commit comments