Skip to content

Commit

Permalink
CI: add comment in PR
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.com>
  • Loading branch information
jordimassaguerpla committed Oct 20, 2023
1 parent 77c90b6 commit 255085e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/acceptance_tests_secondary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ on:
schedule:
- cron: '0 6 * * *'
jobs:
pre-comment:
runs-on: ubuntu-latest
steps:
- 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: ':wave: Hello! Thanks for contributing to our project :smile:'
})
test-uyuni:
uses: ./.github/workflows/acceptance_tests_common.yml
with:
Expand Down

0 comments on commit 255085e

Please sign in to comment.