Skip to content

Commit

Permalink
chore(github): sparse checkout sync
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed May 17, 2024
1 parent 16353b2 commit b405aaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/label-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches: ["master"]
paths: [".github/labels.yaml"]
schedule:
- cron: "0 0 * * *" # Every day at midnight

jobs:
labels:
Expand All @@ -22,6 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
sparse-checkout: .github/labels.yaml
token: "${{ steps.app-token.outputs.token }}"

- name: Sync Labels
Expand Down

0 comments on commit b405aaf

Please sign in to comment.