mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-11 02:14:42 +00:00
26 lines
427 B
YAML
26 lines
427 B
YAML
---
|
|
name: Repository
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
paths:
|
|
- .github/labels.yml
|
|
|
|
jobs:
|
|
labels:
|
|
name: Labels
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v3
|
|
|
|
- name: Sync labels
|
|
uses: micnncim/action-label-syncer@v1
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
with:
|
|
manifest: .github/labels.yml
|