Skip to content

chore(deps-dev): bump xo from 0.58.0 to 0.59.2 #3629

chore(deps-dev): bump xo from 0.58.0 to 0.59.2

chore(deps-dev): bump xo from 0.58.0 to 0.59.2 #3629

Workflow file for this run

name: Greetings
on:
pull_request:
types:
opened
issues:
types:
opened
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
greeting:
runs-on: ubuntu-22.04
if: github.repository == 'SickChill/SickChill'
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hi, thanks for the report. Please use search to make sure your issue has not been reported yet, and someone will try to help you as soon as possible.'
pr-message: 'Thanks for your PR, it is most appreciated. Please make sure your PR is targetting the develop branch. We will get it reviewed as soon as possible.'