Skip to content

Commit

Permalink
test pr notify
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Oct 2, 2024
1 parent 542a357 commit d6ec9c5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docs-spelling-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ jobs:
- name: Spell Check
run: make spelling
working-directory: docs/tools
- 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!'
})

0 comments on commit d6ec9c5

Please sign in to comment.