mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Disable action greeting
This commit is contained in:
parent
e7ba73bf2d
commit
39c19ea3f6
2
.github/workflows/greetings-pr.yml
vendored
2
.github/workflows/greetings-pr.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: Greetings PR
|
||||
|
||||
on: [pull_request]
|
||||
#on: [pull_request]
|
||||
|
||||
jobs:
|
||||
greeting:
|
||||
|
|
|
|||
1
.github/workflows/stale-issues.yml
vendored
1
.github/workflows/stale-issues.yml
vendored
|
|
@ -1,4 +1,5 @@
|
|||
name: "Close stale issues (bugs and feature requests)"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user