Skip to content

Bump requests from 2.31.0 to 2.32.2 #7

Bump requests from 2.31.0 to 2.32.2

Bump requests from 2.31.0 to 2.32.2 #7

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@v1
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."