Skip to content

Even after uninstalling this plugin it keeps showing in the sidebar. How can I remove it completely ? #239

Even after uninstalling this plugin it keeps showing in the sidebar. How can I remove it completely ?

Even after uninstalling this plugin it keeps showing in the sidebar. How can I remove it completely ? #239

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you!! This is your first issue on this repo'
pr-message: 'Thank you!! This is your first pull request on this repo'