Skip to content

Commit

Permalink
Disabled greetings on pull request.
Browse files Browse the repository at this point in the history
Due to actions/first-interaction#10.
Thanks @eduardsmetanin for finding out.
  • Loading branch information
blackdeath-19 committed Oct 18, 2020
1 parent 2ab21da commit 90069fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 7
daysUntilStale: 14
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 60
# Issues with these labels will never be considered stale
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Greetings

on: [pull_request, issues]
on: [issues]

jobs:
greeting:
Expand Down

0 comments on commit 90069fb

Please sign in to comment.