mirror of
https://github.com/ivuorinen/nvm-auto-use.fish.git
synced 2026-02-02 13:45:09 +00:00
24 lines
443 B
YAML
24 lines
443 B
YAML
---
|
|
name: Sync labels
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- .github/workflows/sync-labels.yml
|
|
- .github/labels.yml
|
|
schedule:
|
|
- cron: "34 5 * * *"
|
|
workflow_call:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
SyncLabels:
|
|
permissions:
|
|
issues: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: ivuorinen/actions/sync-labels@625c37446b1c7e219755a40807f825c9283f6e05 # 25.7.7
|