summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <aw@altspu.ru>2024-02-26 17:15:32 +0700
committerAlexander V. Wolf <aw@altspu.ru>2024-02-26 17:15:32 +0700
commitb3a6f2e0699c4ac6855650ae099dbe414bfdfd2d (patch)
treee5a086ca4a16b29baa733e64a4fe7129f01869de
parent6704e561a1190fddee38481ed2f44c5f1375c5cd (diff)
[skip ci] removed greetings action
-rw-r--r--.github/workflows/greetings.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
deleted file mode 100644
index 9dbfcbb49b..0000000000
--- a/.github/workflows/greetings.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-name: Greetings
-
-on:
- issues:
- types: [opened]
- pull_request_target:
- types: [opened]
-
-jobs:
- greeting:
- runs-on: ubuntu-latest
- if: "!contains(github.actor, 'transifex')"
- name: Greeting
- steps:
- - uses: actions/first-interaction@v1
- with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- issue-message: 'Thanks for adding your first issue to Stellarium. If you have questions, please do not hesitate to contact us.'
- pr-message: 'Thanks for adding your first pull request to Stellarium. If you have questions, please do not hesitate to contact us.'