Skip to content

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 #327

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 #327

Workflow file for this run

name: First interaction
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- name: Greetings for PR and issues
uses: actions/[email protected]
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!!'