Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
set cron trigger; set shichun as assignee
Browse files Browse the repository at this point in the history
Signed-off-by: Ran <huangran@pingcap.com>
  • Loading branch information
ran-huang committed Dec 7, 2021
1 parent dff4ee0 commit fb1a54f
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .github/workflows/link.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Links

on: [pull_request]
# repository_dispatch:
# workflow_dispatch:
# schedule:
# - cron: "0 0 * * 1"
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"

jobs:
linkChecker:
Expand All @@ -20,12 +20,9 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

# - name: Create Issue From File
# uses: peter-evans/create-issue-from-file@v3
# with:
# title: Broken Link Detected
# content-filepath: ./lychee/out.md
# assignees: TomShawn

# - name: Fail if there were link errors
# run: exit ${{ steps.lychee.outputs.exit_code }}
- name: Create Issue From File
uses: peter-evans/create-issue-from-file@v3
with:
title: Broken Link Detected
content-filepath: ./lychee/out.md
assignees: shichun-0415

0 comments on commit fb1a54f

Please sign in to comment.