Skip to content

Bump granian from 1.7.0 to 1.7.3 #148

Bump granian from 1.7.0 to 1.7.3

Bump granian from 1.7.0 to 1.7.3 #148

Workflow file for this run

name: Greetings
on: [pull_request_target, 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: "Thanks for reporting this issue."
pr-message: "Congrats on your first PR.."