This commit is contained in:
Laurent Destailleur 2020-02-20 01:22:40 +01:00
parent 39c19ea3f6
commit 04c71bc79b
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# See syntax file on https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: Greetings PR
#on: [pull_request]
on: [pull_request]
jobs:
greeting:

View File

@ -1,3 +1,4 @@
# See syntax file on https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: "Close stale issues (bugs and feature requests)"
on: