From 457f076ca3874f366aa5aa957d2398b1435d629d Mon Sep 17 00:00:00 2001 From: Tweak Date: Sat, 1 Oct 2022 22:53:16 -0600 Subject: [PATCH] Delete greeting. --- .github/workflows/manual.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/manual.yml diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml deleted file mode 100644 index 2157f2d..0000000 --- a/.github/workflows/manual.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: PR First 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: "Thanks for creating an issue! Our maintainers will look into this as soon as possible." - pr-message: "You're just a few steps away from getting a new subdomain!\nPlease double check that you have followed the format found [here](https://docs.is-a-good.dev/format).\nOnce everything checks out, the maintainers will merge this PR and you should be good to go!"