Skip to content

[Enhancement] allow creation and deletion of entries in favorites menu #290

[Enhancement] allow creation and deletion of entries in favorites menu

[Enhancement] allow creation and deletion of entries in favorites menu #290

name: Thank New Reporters
on:
issues:
types:
- reopened
- opened
jobs:
comment:
if: |
github.actor != 'creativecodecat'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v9.0.0
with:
github-token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `👋 Thanks for reporting!
We will get back to you soon about this issue.`
})