Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Update GitHub Actions and configurations #1

Update GitHub Actions and configurations

Update GitHub Actions and configurations #1

---
name: "Meta Sync labels"
on:
workflow_dispatch:
push:
branches: ["main"]
paths: [".github/labels.yaml"]
jobs:
labels:
name: Sync Labels
runs-on: ubuntu-latest
steps:
- name: Set up git repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
token: "${{ secrets.BOT_TOKEN }}"
- name: Sync Labels
uses: EndBug/label-sync@da00f2c11fdb78e4fae44adac2fdd713778ea3e8 # v2.3.2
with:
config-file: .github/labels.yaml
token: "${{ secrets.BOT_TOKEN }}"
delete-other-labels: true