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

Bump nbformat from 5.10.3 to 5.10.4 #5

Bump nbformat from 5.10.3 to 5.10.4

Bump nbformat from 5.10.3 to 5.10.4 #5

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