Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Delete .github/workflows/semgrep.yml #2

Delete .github/workflows/semgrep.yml

Delete .github/workflows/semgrep.yml #2

Workflow file for this run

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