Skip to content

Commit

Permalink
chore: add label sync action (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra committed Feb 21, 2024
1 parent b29459f commit bd04b35
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/sync_labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 鈾伙笍 Sync Labels

on:
push:
paths:
- .github/labels.yml
branches:
- main
workflow_dispatch:

jobs:
labels:
name: 鈾伙笍 Sync labels
runs-on: ubuntu-20.04
steps:
- name: 猡碉笍 Check out code from GitHub
uses: actions/checkout@v4

- name: 馃殌 Run Label Sync
uses: srealmoreno/label-sync-action@v1
with:
config-file: https://raw.githubusercontent.com/VeryGoodOpenSource/.github/main/.github/labels.yml

0 comments on commit bd04b35

Please sign in to comment.