Skip to content

Bump setuptools from 75.3.0 to 78.1.1 in /src #24

Bump setuptools from 75.3.0 to 78.1.1 in /src

Bump setuptools from 75.3.0 to 78.1.1 in /src #24

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@v2
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"