We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195bed1 commit ba4452aCopy full SHA for ba4452a
.github/workflows/label-sync.yml
@@ -5,6 +5,10 @@ on:
5
# Run at the end of the day (most likely UTC)
6
- cron: "0 0 * * *"
7
push:
8
+ branches:
9
+ - main
10
+ - master
11
+ - develop
12
paths:
13
- '.github/workflows/label-sync.yml'
14
- '.github/labels.yml'
@@ -29,3 +33,4 @@ jobs:
29
33
delete-other-labels: true # After initial run, and verification change this to true
30
34
dry-run: false
31
35
token: ${{ secrets.SYNC_TOKEN }} # Used when updating the labels on the repository.
36
+
0 commit comments