Skip to content

Commit

Permalink
change stale bot to use pulls only (publiclab#8476)
Browse files Browse the repository at this point in the history
* imp

* pulls

* changed
  • Loading branch information
Sagarpreet authored and reginaalyssa committed Oct 16, 2021
1 parent a9ebf52 commit f6fb1e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 45
daysUntilStale: 365

# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 5
daysUntilClose: 10

# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []
Expand Down Expand Up @@ -34,7 +34,7 @@ staleLabel: stale
markComment: >
Hi :smile:, this issue has been automatically marked as stale because it has not had
recent activity. Don't worry you can continue to work on this and ask @publiclab/reviewers
to add "work in progress" label :tada: . Otherwise, it will be closed if no further activity occurs in 5 days -- but you can always re-open it if you like! :100:
to add "work in progress" label :tada: . Otherwise, it will be closed if no further activity occurs in 10 days -- but you can always re-open it if you like! :100:
Thank you for your contributions :raised_hands: :balloon:.
# Comment to post when removing the stale label.
Expand All @@ -46,10 +46,10 @@ markComment: >
# Your comment here.

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30
limitPerRun: 5

# Limit to only `issues` or `pulls`
# only: issues
#Limit to only `issues` or `pulls`
only: pulls

# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
# pulls:
Expand Down

0 comments on commit f6fb1e5

Please sign in to comment.