Skip to content

Bump granian from 1.6.1 to 1.6.3 #127

Bump granian from 1.6.1 to 1.6.3

Bump granian from 1.6.1 to 1.6.3 #127

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