Skip to content

Commit

Permalink
finish it up
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed Jan 10, 2024
1 parent ef91bdf commit 0c6aaff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/changes-in-high-risk-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Changes In High Risk Files
on:
pull_request:


# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `### 🚨 Detected changes in high risk files 🚨 \n Take an extra careful look on these:\n ${fileList}`
body: `### 🚨 Detected changes in high risk files 🚨 \n Take an extra careful look at the following files:\n ${fileList}`
})

0 comments on commit 0c6aaff

Please sign in to comment.