Skip to content

List of tasks to add/fix to g2fm #14

List of tasks to add/fix to g2fm

List of tasks to add/fix to g2fm #14

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: "Hi there! Thank you for your first issue! **Please make sure your issue is labeled correctly.** He will usually respond at least 3:15 PM (when he has free time)"
pr-message: "Hi there, thanks for your first contribution! He will usually respond at least 3:15 PM (when he has free time)."