Skip to content

⬆️ Bump xu-cheng/latex-action from 2 to 3 #14

⬆️ Bump xu-cheng/latex-action from 2 to 3

⬆️ Bump xu-cheng/latex-action from 2 to 3 #14

Workflow file for this run

name: greeting
on: [pull_request, issues]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello @${{ github.actor }}! 😊 Thank you for submitting your first PR. πŸš€'
pr-message: 'Hello @${{ github.actor }}! 😊 Thank you for your interest in our work. πŸš€'