diff --git a/.github/ISSUE_TEMPLATE/broken-link.md b/.github/ISSUE_TEMPLATE/broken-link.md index faa5124..71acf03 100644 --- a/.github/ISSUE_TEMPLATE/broken-link.md +++ b/.github/ISSUE_TEMPLATE/broken-link.md @@ -1,8 +1,2 @@ ---- -name: Broken link detected by CI -labels: bug ---- - - - -Periodic link aliveness CI detected a broken link. Please see the job results for details. +Periodic link aliveness CI detected a broken link. Please see the [periodic job +results](https://github.com/submariner-io/submariner-charts/actions?query=workflow%3APeriodic) for details. diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 643c86e..9fec19d 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -20,8 +20,8 @@ jobs: - name: Raise an Issue to report broken links if: ${{ failure() }} - uses: JasonEtco/create-an-issue@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: peter-evans/create-issue-from-file@v2.3.2 with: - filename: .github/ISSUE_TEMPLATE/broken-link.md + title: Broken link detected by CI + content-filepath: .github/ISSUE_TEMPLATE/broken-link.md + labels: automated, broken link