Skip to content

Merge pull request #525 from mimmi20/updates #341

Merge pull request #525 from mimmi20/updates

Merge pull request #525 from mimmi20/updates #341

Workflow file for this run

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Sync labels in the declarative way"
on:
push:
branches:
- "master"
paths:
- ".github/labels.yml"
- ".github/workflows/labels.yml"
permissions:
contents: read
jobs:
build:
name: "Sync labels"
permissions:
issues: write
runs-on: "ubuntu-22.04"
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
lfs: false
persist-credentials: false
- uses: "micnncim/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_REPOSITORY: "${{ github.repository }}"
with:
manifest: ".github/labels.yml"