From c02e0cfa2b9369ff3a6a856cc0ee5eb7a20988c3 Mon Sep 17 00:00:00 2001 From: cihatata Date: Tue, 11 Mar 2025 23:59:54 +0300 Subject: [PATCH] feat: upload translation to POEditor - remove first-pr-workflow --- .github/workflows/first-issue-first-pr.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/workflows/first-issue-first-pr.yml diff --git a/.github/workflows/first-issue-first-pr.yml b/.github/workflows/first-issue-first-pr.yml deleted file mode 100644 index 98f6ef9de..000000000 --- a/.github/workflows/first-issue-first-pr.yml +++ /dev/null @@ -1,9 +0,0 @@ - - name: First interaction - uses: actions/first-interaction@v1.3.0 - with: - # Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} - repo-token: - # Comment to post on an individual's first issue - issue-message: Thanks for opening your first issue! :) # optional - # Comment to post on an individual's first pull request - pr-message: Thanks for creating your first PR! :) # optional