Skip to content

Restyle refactor: Release 1.1.0 #118

Restyle refactor: Release 1.1.0

Restyle refactor: Release 1.1.0 #118

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: 'Thank you for creating your first issue in this repository. We appreciate your contribution and will review it as soon as possible.'
pr-message: 'Thank you for creating your first pull request in this repository. We appreciate your contribution and will review it as soon as possible.'