Skip to content

f keeps getting removed when i manually add it to """ #34

f keeps getting removed when i manually add it to """

f keeps getting removed when i manually add it to """ #34

Workflow file for this run

name: Greetings
on: [pull_request, 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: 'Welcome!! Thank you for your feedback!! :)'
pr-message: 'Welcome!! Thank you for your first pull request!! :)'