Skip to content

chore(deps): update dawidd6/action-download-artifact action to v7 #233

chore(deps): update dawidd6/action-download-artifact action to v7

chore(deps): update dawidd6/action-download-artifact action to v7 #233

name: PR Bot
on:
pull_request_target:
types: [opened]
branches:
- 'master'
jobs:
pr_bot:
name: PR Bot
runs-on: ubuntu-latest
steps:
- name: 'Comment on PR'
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
await github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: ${{ github.event.number }},
body: 'Thank you for your contribution! 🙏 We will review it as soon as possible.'
});