Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Bump pyasn1 from 0.5.1 to 0.6.0 #1

Bump pyasn1 from 0.5.1 to 0.6.0

Bump pyasn1 from 0.5.1 to 0.6.0 #1

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 opening an Issue request, I'll check it out shortly."
pr-message: "Thanks for contributing to the project."