Skip to content

[24.5.3W]python ps, boj #61

[24.5.3W]python ps, boj

[24.5.3W]python ps, boj #61

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you so much for contributing to our work!"
pr-message: "Thank you for your contribution! You can merge it yourself if it seems okay and there are no conflicts."