Skip to content

build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 #8

build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0

build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 #8

Workflow file for this run

name: First interaction
on:
push:
branches:
- main
pull_request:
branches:
- main
issues:
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- name: Greetings for PR and issues
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello @${{ github.actor }} , thank you for submitting an issue!!'
pr-message: 'Hello @${{ github.actor }} , thank you for submitting a pull request!!'