Skip to content

Bump golang.org/x/net from 0.0.0-20210917221730-978cfadd31cf to 0.17.0 #6

Bump golang.org/x/net from 0.0.0-20210917221730-978cfadd31cf to 0.17.0

Bump golang.org/x/net from 0.0.0-20210917221730-978cfadd31cf to 0.17.0 #6

Workflow file for this run

name: Greetings
on: [ pull_request, 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: 'Message that will be displayed on users first issue'
pr-message: 'Message that will be displayed on users first pull request'