Skip to content

Commit

Permalink
[#7542] test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasCir committed Feb 6, 2023
1 parent 217b808 commit 8a68607
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,16 @@ jobs:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar

- name: comment
uses: actions/github-script@v6
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Thanks for reporting!'
})
- name: Run mvn verify and sonar analysis
# FIXME(@JonasCir) see https://github.com/hzi-braunschweig/SORMAS-Project/issues/3730#issuecomment-745165678
env:
Expand Down

0 comments on commit 8a68607

Please sign in to comment.