summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2024-04-05 15:18:01 +0200
committerGitHub <noreply@github.com>2024-04-05 15:18:01 +0200
commitfebb11f8a3dfa116c65cf4b20fb029d9f7abcc5f (patch)
tree40120fbd707c2df5cc99779c076ce7f7d50bb7b6
parent7e4c150573d6af7072f2b55ae76dc7b723f21f66 (diff)
parent56686cd1fb595db6dcff6e4b37f799023e0c4a93 (diff)
downloadredot-engine-febb11f8a3dfa116c65cf4b20fb029d9f7abcc5f.tar.gz
Merge pull request #90261 from adamscott/remove-buggy-first-interaction
Remove buggy first interaction
-rw-r--r--.github/workflows/first_interaction.yml35
1 files changed, 0 insertions, 35 deletions
diff --git a/.github/workflows/first_interaction.yml b/.github/workflows/first_interaction.yml
deleted file mode 100644
index ed0f5c860f..0000000000
--- a/.github/workflows/first_interaction.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-name: 🔗 GHA
-
-on:
- issues:
- types: [opened]
- pull_request:
- branches: [master]
- types: [opened]
-
-jobs:
- check_for_first_issue:
- name: 🌱 Check for first interaction
- runs-on: ubuntu-latest
- steps:
- - uses: actions/first-interaction@v1
- with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- issue-message: |
- Hello from the maintainer team!
-
- First of all, thank you for taking the time to report an issue here.
-
- In case you haven't already, be sure to attach an MRP (minimal reproduction project) if **specific** steps or assets are needed in order to reproduce the issue. Contributors will use the MRP to validate that the fix is working as intended.
-
- The time it will take to assess and fix your issue may vary. Follow the blog about our [new releases](https://godotengine.org/blog/release/) and [pre-releases](https://godotengine.org/blog/pre-release/) to track new fixes or go to [our forum](https://forum.godotengine.org/) where users could help you in the meantime.
-
- Thank you for your patience.
- pr-message: |
- Hi there, fellow Godot contributor!
-
- Thank you for your first PR.
-
- Be sure to join us in the [developers chat](https://chat.godotengine.org) to talk about your PR, especially if you need help or guidance. Don't forget to consult the [contributing docs](https://docs.godotengine.org/en/stable/contributing/development/index.html) too!
-
- Thank you for your patience.