Skip to content

Merge pull request #462 from mimmi20/dependabot/composer/master/recto… #324

Merge pull request #462 from mimmi20/dependabot/composer/master/recto…

Merge pull request #462 from mimmi20/dependabot/composer/master/recto… #324

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
jobs:
build:
name: "Sync labels"
runs-on: ubuntu-latest
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