Skip to content

Commit b5dff6b

Browse files
committed
Update stale.yml [ci skip]
1 parent 2d26fdb commit b5dff6b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 60
2+
daysUntilStale: 14
33
# Number of days of inactivity before a stale issue is closed
44
daysUntilClose: 7
55
# Issues with these labels will never be considered stale
@@ -9,7 +9,7 @@ exemptLabels:
99
- pinned
1010
- security
1111
# Label to use when marking an issue as stale
12-
staleLabel: wontfix
12+
staleLabel: invalid
1313
# Comment to post when marking an issue as stale. Set to `false` to disable
1414
markComment: >
1515
This issue has been automatically marked as stale because it has not had

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
run-tests:
66
name: Run tests
77
runs-on: macOS-latest
8+
if: contains(github.event.head_commit.message, '[ci skip]') == false
89
env:
910
BUNDLE_PATH: vendor/bundle
1011
POD_PATH: Pods

0 commit comments

Comments
 (0)