Skip to content

Improve Tracking, Metrics, and Analytics data across the board #82

Improve Tracking, Metrics, and Analytics data across the board

Improve Tracking, Metrics, and Analytics data across the board #82

Workflow file for this run

name: Greetings
on: [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: "Congratulations on your first issue contribution' first issue"