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

Bump fonttools from 4.50.0 to 4.51.0 #6

Bump fonttools from 4.50.0 to 4.51.0

Bump fonttools from 4.50.0 to 4.51.0 #6

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