Skip to content

ci: update WF versions and add dependabot config file (#15) #14

ci: update WF versions and add dependabot config file (#15)

ci: update WF versions and add dependabot config file (#15) #14

Workflow file for this run

name: Sync labels
on:
push:
branches:
- main
jobs:
sync-labels:
name: Sync labels in the declarative way
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sync labels
uses: micnncim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
with:
manifest: .github/labels.yml