chore: update repository templates (#74)

This commit is contained in:
hackerman
2021-06-21 11:51:14 +02:00
committed by GitHub
parent 0c80f72381
commit bc03aafb28
15 changed files with 597 additions and 0 deletions

22
.github/workflows/labels.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Synchronize Issue Labels
on:
workflow_dispatch:
push:
branches:
- master
jobs:
milestone:
if: github.repository_owner == 'ory'
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