1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-06 22:13:02 +02:00

Cleanup Continuous Integration (#384)

* Remove "stale" workflow. It was a nice idea, but deactivated for quite some time anyway

* Remove TravisCI
This commit is contained in:
Andy Grunwald
2021-07-22 18:13:03 +02:00
committed by GitHub
parent a1f44bdb69
commit 2c5d75bf06
3 changed files with 1 additions and 34 deletions

View File

@ -1,19 +0,0 @@
name: "Close stale issues"
on:
schedule:
- cron: "0 4 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity in the last 60 days. It will be closed in 7 days if no further activity occurs.
Thank you for your contributions.
days-before-stale: 9999
days-before-close: 9999
stale-issue-label: stale