An open API service indexing awesome lists of open source software.

https://github.com/ory/label-sync-action


https://github.com/ory/label-sync-action

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# labelsync-action

```yaml
name: Synchronize Issue Labels

on:
workflow_dispatch:
push:
branches:
- master

jobs:
milestone:
name: Synchronize Issue Labels
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Synchronize Issue Labels
uses: ory/label-sync-action@v0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
dry: false
forced: true
```