Skip to content

Bump actions/setup-python from 5 to 6 #44

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #44

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: [ windoews-latest, ubuntu-latest ]
permissions:
issues: write
pull-requests: write
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 pull request"