Skip to content

Adds an MD5 to the manager #256

Adds an MD5 to the manager

Adds an MD5 to the manager #256

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: "This is your first issue, thank you for contributing to MaCh3!"
pr-message: "This is your first PR, thank you for contributing to MaCh3!"