Skip to content

Create ruby.yml

Create ruby.yml #245

Workflow file for this run

name: Greetings
on:
pull_request:
types:
- opened
issues:
types:
- opened
permissions:
issues: write
pull-requests: write
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: 'Message that will be displayed on users'' first issue'
pr_message: 'Message that will be displayed on users'' first pr'