From 1e0e330a5791d29d592e798ec5b0108d5b0b64cd Mon Sep 17 00:00:00 2001 From: Byungjin Park Date: Wed, 17 Dec 2025 15:35:11 +0900 Subject: [PATCH] chore: remove deprecated workflow file welcome.yaml --- .github/workflows/welcome.yaml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/welcome.yaml diff --git a/.github/workflows/welcome.yaml b/.github/workflows/welcome.yaml deleted file mode 100644 index fdfd6be..0000000 --- a/.github/workflows/welcome.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: Welcome for First Issue or Pull Request - -on: - pull_request_target: - types: - - opened - issues: - types: - - opened - -jobs: - welcome: - runs-on: ubuntu-latest - - steps: - - name: Welcome for First Issue or Pull Request - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: | - ### :wave: Welcome! Looks like this is your first issue. - - Hey, thanks for your contribution! Please give us a bit of time to review it. 😄 - - **Be sure to follow the issue template!** - pr-message: | - ### :wave: Welcome! Looks like this is your first pull request. - - Hey, thanks for your contribution! Please give us a bit of time to review it. 😄 - - **Please check out our contributing guidelines.**