Skip to content

translate plugin: DeepL works no longer #148

translate plugin: DeepL works no longer

translate plugin: DeepL works no longer #148

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
if: ${{ (github.actor != 'AlterTobi') || (github.actor != 'dependabot[bot]') }}
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 your report. I will have a look at it soon.'
pr-message: 'Thank you for submitting. Please give me some time, as I am busy at the moment.'