From 1b2939d62ad534401d51e17caba39f669e543984 Mon Sep 17 00:00:00 2001 From: alexgamingdev Date: Fri, 6 Feb 2026 20:43:38 +0100 Subject: [PATCH] Delete greeting workflow configuration Remove greeting workflow for pull requests and issues. --- .github/workflows/greeting.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.github/workflows/greeting.yml b/.github/workflows/greeting.yml index 219d5eb..792d600 100644 --- a/.github/workflows/greeting.yml +++ b/.github/workflows/greeting.yml @@ -1,21 +1 @@ -name: Greeting - -on: - pull_request: - types: [opened] - issues: - types: [opened] - -jobs: - greeting: - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - steps: - - uses: actions/first-interaction@v1 - with: - # GITHUB_TOKEN ist automatisch vorhanden, du musst kein Secret anlegen - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Welcome to Sweep-It! Thanks for opening an issue. Alex will check it out soon! ๐Ÿงน" - pr-message: "Thanks for the PR! You're helping make Sweep-It better for everyone. ๐Ÿš€" +#