We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97ca502 + 483cc04 commit 69f3327Copy full SHA for 69f3327
.github/workflows/labels.yaml
@@ -1,16 +1,30 @@
1
name: Manage Labels
2
on:
3
workflow_dispatch:
4
+ push:
5
+ branches:
6
+ - develop
7
+ paths:
8
+ - "/.github/labels.json"
9
10
jobs:
- labels:
11
+ export:
12
runs-on: ubuntu-latest
13
14
steps:
- - id: export
15
+ - id: backup
16
name: Export Labels to Workflow Artifacts
17
uses: EndBug/export-label-config@v1
18
19
+ sync:
20
+ needs: export
21
+ runs-on: ubuntu-latest
22
+
23
+ steps:
24
+ - id: checkout
25
+ name: Checkout Repository
26
+ uses: actions/checkout@v4
27
28
- id: sync
29
name: Apply Labels from File
30
uses: EndBug/label-sync@v2
0 commit comments