https://github.com/ory/label-sync-action
https://github.com/ory/label-sync-action
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ory/label-sync-action
- Owner: ory
- License: apache-2.0
- Created: 2020-08-19T21:30:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-16T10:46:40.000Z (about 1 year ago)
- Last Synced: 2025-07-27T06:37:02.168Z (11 months ago)
- Language: JavaScript
- Size: 10.4 MB
- Stars: 5
- Watchers: 9
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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
```