Skip to content

Commit

Permalink
patch: Update create-issue-from-file action to v5
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
  • Loading branch information
vipulgupta2048 committed Dec 23, 2024
1 parent acf384c commit 8679eab
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
schedule:
- cron: "00 00 * * 1"

permissions:
contents: read
issues: write
actions: read
pull-requests: read

jobs:
Checking-Links:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,8 +43,11 @@ jobs:

- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
uses: peter-evans/create-issue-from-file@v5
with:
title: Link Checker Report
token: ${{ secrets.GITHUB_TOKEN }}
content-filepath: ./lychee/out.md
labels: automated issue
labels: |
report
automated issue

0 comments on commit 8679eab

Please sign in to comment.