Skip to content

Commit

Permalink
Merge pull request #1176 from great-expectations/develop
Browse files Browse the repository at this point in the history
Fix release issue
  • Loading branch information
jcampbell authored Mar 13, 2020
2 parents 4d77180 + d2bffe2 commit cd5d283
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/stale.yml → .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: "0/15 0,1,2,3,4 * * *"
- cron: "45 * * * *"

jobs:
stale:

runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1
with:
Expand All @@ -18,4 +20,3 @@ jobs:
days-before-stale: 120
days-before-close: 7
exempt-issue-label: 'stalebot-exempt'

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- stage: deploy
python: 3.6
script:
- git tag --annotate 0.9.5 -m 0.9.5
- git tag --annotate 0.9.5 -m 0.9.5 || echo "tag exists, skipping"
deploy:
provider: pypi
edge: true
Expand Down

0 comments on commit cd5d283

Please sign in to comment.