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
|
name: Greetings PR
|
||||||
|
|
||||||
on: [pull_request]
|
#on: [pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
greeting:
|
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)"
|
name: "Close stale issues (bugs and feature requests)"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user