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 b28b19d commit 1e2076eCopy full SHA for 1e2076e
.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
# Uncomment the following line if using a repository specific label file, also remove this comment line
@@ -30,3 +34,4 @@ jobs:
30
34
delete-other-labels: true # After initial run, and verification change this to true
31
35
dry-run: false
32
36
token: ${{ secrets.SYNC_TOKEN }} # Used when updating the labels on the repository.
37
+
0 commit comments