Explorar o código

Disable action greeting

Laurent Destailleur %!s(int64=5) %!d(string=hai) anos
pai
achega
39c19ea3f6
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      .github/workflows/greetings-pr.yml
  2. 1 0
      .github/workflows/stale-issues.yml

+ 1 - 1
.github/workflows/greetings-pr.yml

@@ -1,6 +1,6 @@
 name: Greetings PR
 
-on: [pull_request]
+#on: [pull_request]
 
 jobs:
   greeting:

+ 1 - 0
.github/workflows/stale-issues.yml

@@ -1,4 +1,5 @@
 name: "Close stale issues (bugs and feature requests)"
+
 on:
   schedule:
   - cron: "0 0 * * *"