Skip to content

Bump actions/first-interaction from 1 to 2 #27

Bump actions/first-interaction from 1 to 2

Bump actions/first-interaction from 1 to 2 #27

Workflow file for this run

name: Greetings
on:
pull_request_target:
issues:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for taking the time to identify an issue in diffusion-tool! This is your first issue."
pr-message: "Thank you for contributing to the development of diffusion-tool! This is your first pull request."