docs: bump to 57bd79139dd9f982a94f182bd8f9c6ae8777e08f #1357
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# AUTO-GENERATED, DO NOT EDIT! | |
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/labels.yml | |
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 |