pull/490/head
hunterlong 2020-04-10 04:25:30 -07:00
parent edb3691717
commit 150d516e74
2 changed files with 22 additions and 3 deletions

19
.github/stale.yml vendored Normal file
View File

@ -0,0 +1,19 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 14
# Issues with these labels will never be considered stale
exemptLabels:
- bug
- urgent
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions. If this is still an problem, please create a new issue.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: true

View File

@ -10,13 +10,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Create a Sentry.io release
- name: Create a Sentry release
uses: tclindner/sentry-releases-action@v1.0.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_ORG: Statping
SENTRY_PROJECT: golang
SENTRY_ORG: statping
SENTRY_PROJECT: backend
with:
tagName: ${{ github.ref }}
environment: qa